MY STORY WITH WEBPACK
MY STORY WITH WEBPACK TOBIAS KOPPERS GITHUB: @sokra TWITTER: @wSokra THE STORY FOLLOWED BY “NOW” AND “THE FUTURE” 2008 • STUDIED COMPUTER SCIENCE • JAVA • DISCOVERED GOOGLE WEB TOOLKIT (GWT) public void onSuccess() { Window.alert("Hello world"); } }); } }); 2011 • BACHELOR THESIS • MY FIRST CONTACT WITH OPEN SOURCE • PRESENTATION WITH WEB TECHNOLOGY • JMPRESS.JS: A JQUERY PLUGIN FOR GOING TO GET VERY BIG THESE DAYS 2012: PROTOTYPE • AFTER SOME DISCUSSION I IMPLEMENTED A PROTOTYPE OF MY IDEA, FROM SCRATCH • IT USES require.ensure FOR CODE SPLITTING • IT ALSO USES NUMERIC IDS, INSTEAD0 码力 | 55 页 | 8.90 MB | 1 年前3My Take on Agile Coaching
Agile for Defense Agile Coaching by Darin Plum Aug 6, 2014 1 My Take on Agile Coaching The core to all Agile is maximizing each individuals potential through autonomy and mastery Agile0 码力 | 2 页 | 417.28 KB | 5 月前3What's Eating my RAM?
What’s Eating My RAM? CppCon 2024 September 17, 2024 Jianfei Pan Software Engineer, Portfolio/Risk AnalyticsA story 🚨 90% Memory Used: What’s that alarm? 🔍Back to basics: How does my code impact memory RES🔍Back to basics: How does my code impact memory usage?How does my code impact memory usage? new std::string(“Hello”); ? 90 %How does my code impact memory usage?How does my code impact memory usage? libraryOperating System How does my code impact memory usage?Operating System glibc's malloc library How does my code impact memory usage? Kernel Data & Text Stack HeapHow does my code impact memory usage0 码力 | 88 页 | 3.49 MB | 5 月前3Why is my Build so Slow
Why is my build so slow? Sam Privett 12 Disclaimer: The views and opinions expressed in this presentation are solely those of the presenters and do not necessarily represent the views, positions, args WHERE KEY = 'args.detail' AND (display_value LIKE 'my_header.h') ) SELECT SUM (slice.dur) / 1e+9 AS duration_sec, COUNT (*) AS occurrence_count0 码力 | 71 页 | 3.96 MB | 5 月前3Go, please stop breaking my editor
breaking my editor SAN DIEGO, CA JULY 25 2019 REBECCA STAMBLER Go, Go, please Go, please stop breaking my editor! Rebecca Stambler Software Engineer, Google @stamblerre Why doesn’t my editor users saying? Quotes from Go survey, 2018 Hard to install and configure Inadequate documentation My editor isn’t working! 1. There are many different editors and many different features What are users saying? Pretty slow in large projects Performance is very poor Quotes from Go survey, 2018 My editor isn’t working! 1. There are many different editors and many different features 2. Many features0 码力 | 107 页 | 2.71 MB | 1 年前3My Participation in ServiceComb - Apache Committer 成长经验分享
HUAWEI.COM My Participation in ServiceComb Security Level: Feng Zheng 2018-10-12 Contents 1. Biography 2. My First Meet with ServiceComb 3. My Contributions to the Saga Project 4. How to Advance processing and transaction processing in microservice-based environments. Huawei Confidential 4 My First Meet with ServiceComb • Red Hat Narayana LRA (Long Running Action) • ServiceComb Saga • We in distributed environments l Eventual consistency based on the Saga model Huawei Confidential 5 My Contributions to the Saga Project l Used the Byteman tool to optimize the exception and timeout test0 码力 | 9 页 | 2.23 MB | 1 年前3Get off my thread: Techniques for moving k to background threads
Get off my thread: Techniques for moving work to background threads Anthony Williams Just Software Solutions Ltd https://www.justsoftwaresolutions.co.uk September 2020Get off my thread: Techniques for destroying data they reference Check whether you need lock-free code or just short-lived locksQuestions?My Book C++ Concurrency in Action Second Edition Covers C++17 and the Concurrency TS cplusplusconcurrencyinaction0 码力 | 90 页 | 6.97 MB | 5 月前3Leveraging C++20/23 Features for Low Level Interactions
underlying reference. The ‘get’ method accesses this naked pointer unique_ptrmy_t_ptr = make_unique (); my_c_api( my_t_ptr -> get() );Naive crossing of the C/C++ boundary In C++: Smart Pointers are naked pointer Then we can use the result, right? unique_ptr my_t_ptr = make_unique (); my_c_api( my_t_ptr -> get() ); next_function( my_t_ptr -> get() );Naive crossing of the C/C++ boundary In C++: we can use the result, right? Answer: Maybe. unique_ptr my_t_ptr = make_unique (); my_c_api( my_t_ptr -> get() ); next_function( my_t_ptr -> get() );Smart pointers across the C/C++ boundary Use 0 码力 | 56 页 | 5.39 MB | 5 月前3firebird gfix
unless you supply -u[ser] and -pa[ssword] on the command line. For example: linux> gfix -validate my_employee linux> Unable to perform operation. You must be either SYSDBA - or owner of the database reality, it is a single line. However, passing the username and password works: linux> gfix -validate my_employee -user sysdba -password masterkey You will notice, hopefully, that some commands do not give as follows: linux> isql my_employee; SQL> create shadow 1 manual '/home/norman/firebird/shadow/my_employee.shd1'; SQL> create shadow 2 manual '/home/norman/firebird/shadow/my_employee.shd2'; SQL> commit;0 码力 | 44 页 | 247.13 KB | 1 年前3OpenShift Container Platform 4.8 CLI 工具
running oc new-projectWelcome! See 'oc help' to get started. $ oc new-project my-project OpenShift Container Platform 4.8 CLI 工具 工具 10 2.1.4.2. 创 创建一个新的 建一个新的应 应用程序 用程序 使用oc new-app命令创建新应用程序。 查看 看 pod 日志 日志 使用oc logs命令查看特定 pod 的日志。 输 输出示例 出示例 2.1.4.5. 查 查看当前 看当前项 项目 目 Now using project "my-project" on server "https://openshift.example.com:6443". $ oc new-app https://github.com/sclorg/cakephp-ex 的常规 规帮助信息 帮助信息 输 输出示例 出示例 $ oc project Using project "my-project" on server "https://openshift.example.com:6443". $ oc status In project my-project on server https://openshift.example.com:6443 svc/cakephp-ex 0 码力 | 152 页 | 1.24 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100