#sourcecodeUnmoderated tagAll postsTrending CommunitiesSteemitCryptoAcademyNewcomers' Communityআমার বাংলা ব্লগKorea • 한국 • KR • KOSTEEM CN/中文Steem AllianceAVLE 일상WORLD OF XPILARBeauty of CreativitySCT.암호화폐.CryptoSteem POD TeamItalyExplore Communities...#sourcecodeTrendingHotNewPayoutsMutedjakedavis224 (48)in #devops • 9 months agoHow to Block Right Click (Image Download) with CSSimage by @JakeDavis224 WewoChroPix on WeekShot Prompt /imagine prompt: --neu pop --clay…krishu-g (77)in #ai • 10 months agoThe Future of AI in Auto Code Publishing and Source Control 🚀🤖Artificial Intelligence (AI) has been making waves in various industries, and software development is no exception.…jorgui (25)in #sourcecode • 2 years agoThwarting the Theft of Resource Credentials Using Secured Containerized Development Environments (CDEs)Source : Feedback: [email protected] Date: 2/10/2023 Cyberattacks targeting resource credentials such as…choiseojun (25)in #autotrading • 4 years agosteemCreated with Sketch.[AUTOMATIC TRADING SYSTEM 2] Functions to compare two exchangesFirst Step. Install Visual studio and make c# winform project. (do you want to know even these? to be continued on…kingtutlearning (34)in #github • 4 years agoGithub News for King TutI have uploaded #PowerPoint Presentation on #github and reorganized the #sourcecode. #kingtut Here is the link to…oneactproducts (25)in #crypto • 4 years agoWhy are crypto trading bots better?What is a Trading Bot? Trading bots are basically software programs that interact with the bitcoin exchanges to…marjuanm (46)in DLIKE • 5 years agoEl desarrollador de Kiwi Browser libero el código fuente de su navegadorEsta es una de las cosas que me gustan del software libre, poder incorporar funcionalidades de otros desarrollos sin…marjuanm (46)in #php • 6 years agoFunciones en PHP para sumar y restar horas a una fechaReloj | Pexels Concluyo esta serie de artículos sobre la reutilización del código fuente como parte de las buenas…kiddady (53)in #steemhunt • 6 years agoPHP CODE CHECKER - Analyse php source code line by linePHP CODE CHECKER Analyse php source code line by line Screenshots Hunter's comment Here is a great tool…marjuanm (46)in #php • 6 years agoFunciones en PHP para obtener todos los elementos de una fechaReloj | Pixabay En un artículo anterior publiqué como "Como convertir una fecha al formato "dd/mm/yyyy" o…marjuanm (46)in #php • 6 years agoComo convertir una fecha al formato "dd/mm/yyyy" o "yy/mm/dd" desde PHPCalendario | Pixabay Que tal, saludos a todos: Como programadores solemos hacer mucho uso de fechas para consultar…schallum (27)in #sourcecode • 6 years agoBuilding the Universal Archive of Source Code By Jean-François Abramatic, Roberto Di Cosmo, Stefano Zacchiroli"Building the Universal Archive of Source Code By Jean-François Abramatic, Roberto Di Cosmo, Stefano Zacchiroli…coldsteem (65)in #movies • 7 years agoSource Code - Movie ReviewI am always game for a thriller with a fresh point-of-view. 2011 was a good year for the genre, with the release of…camphortree (25)in #eos • 7 years agoeos源码解析(三):dpos共识源码eos的出块流程大致如下: Plain Text ........ //启动生产插件 producer_plugin::plugin_startup(); ........ //出块循环…brysj22952 (45)in #cn • 7 years agosteemCreated with Sketch.PyH源码解析(6)——完结篇这一篇是精华,基本上不用阅读之前的5篇,只看这一篇就足够了。 Tag对象 PyH的核心就是Tag对象,Tag对象属性有: str tagname:这个就是tag对象的tag名字。比如…brysj22952 (45)in #cn • 7 years agosteemCreated with Sketch.PyH源码解析(5)检索子Tag对象或者内容…brysj22952 (45)in #cn • 7 years agosteemCreated with Sketch.PyH源码解析(4)增加兄弟Tag对象 这个实际上就是Tag对象的序列,如下所示: >>> a=div('a1')+div('a2')+div('a3')brysj22952 (45)in #cn • 7 years agosteemCreated with Sketch.PyH源码解析(3)添加Tag对象内容 通过构造函数传递Tag内容 用户使用场景如下: >>> a=div('test')brysj22952 (45)in #cn • 7 years agosteemCreated with Sketch.PyH源码解析(2)生成Tag对象的属性 用户代码如下所示: >>> a=div(a1='a1')brysj22952 (45)in #cn • 7 years agosteemCreated with Sketch.PyH源码解析(1)前言 PyH是什么,以及它有什么用,在之前的博文中有说明:《 Python语言PyH模块生成HTML文档使用说明 》。…