跳至內容
WMの写本
使用者工具
登入
網站工具
搜尋
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
>
最近更新
多媒體管理器
網站地圖
您在這裏:
start
»
computer
»
program
足跡:
•
web
computer:program
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
======程式開發====== * [[http://www.levenez.com/lang/|Computer Languages History]] * [[http://www.guidebookgallery.org/|GUIdebook]] * [[https://eugenkiss.github.io/7guis/|7GUIs: A GUI Programming Benchmark]] * [[http://hyperpolyglot.org/|Hyperpolyglot]] * [[http://www.osdever.net/|Bona Fide OS Development]] * [[http://www.opensourcescripts.com/|Open Source Scripts]] * [[http://rosettacode.org/|Rosetta Code]] * [[http://puremvc.org/|PureMVC]] * [[http://www.cs.usfca.edu/~galles/visualization/|Data Structure Visualizations]] * [[http://testanything.org/|Test Anything Protocol]] * [[http://developer.gnome.org/|GNOME Developer Center]] * [[http://ethanschoonover.com/solarized|Solarized]] * [[https://github.com/chriskempson/tomorrow-theme|Tomorrow Theme]] * [[http://bokardo.com/principles-of-user-interface-design/|Principles of User Interface Design]] * [[http://overapi.com/|OverAPI.com]] * [[https://sourcegraph.com/|Sourcegraph]] * [[http://developerexcuses.com/|Excuses For Lazy Coders]] * [[http://worrydream.com/LearnableProgramming/|Learnable Programming]] * [[https://2ality.com/2019/08/remainder-vs-modulo.html|Remainder operator vs. modulo operator (with JavaScript code)]] * [[https://takuti.me/note/parallel-vs-concurrent/|Parallel Programming vs. Concurrent Programming]] * [[https://extism.org/|Extism]] ====Design Pattern==== * [[http://sourcemaking.com/|SourceMaking]] * [[http://www.usingcsp.com/|Communicating Sequential Processes]] * [[http://reaktor.com/blog/why-csp-matters-ii-how-do-i-know-sync-works/|Why CSP matters II: How do I know sync works?]] * [[https://statecharts.github.io|Statecharts]] * Bidirectional Algebraic Effects ==== Functional ==== * [[https://spectrum.ieee.org/functional-programming|Why Functional Programming Should Be the Future of Software Development]] * [[https://www.onebigfluke.com/2022/11/the-case-for-dynamic-functional.html|The case for dynamic, functional programming]] * [[https://fizzyelt.github.io/blog/smart-uses-of-containers/|容器的妙用]] ====Test===== * [[https://dev.to/milipski/test-doubles---fakes-mocks-and-stubs|Test Doubles - Fakes, Mocks and Stubs.]] ====授權==== * [[http://mit-license.org/|The MIT License]] * [[http://unlicense.org/|Unlicense.org]] * [[http://www.wtfpl.net/|WTFPL]] * [[http://choosealicense.com/|ChooseALicense.com]] * [[http://contributor-covenant.org/|Contributor Covenant]] ====算法==== * [[http://bigocheatsheet.com/|Big-O Algorithm Complexity Cheat Sheet]] * [[https://github.com/blakeembrey/code-problems|Code Problems]] * [[http://www.csie.ntnu.edu.tw/~u91029/StringMatching.html|演算法筆記]] * [[http://www.sorting-algorithms.com/|Sorting Algorithm Animations]] * [[https://visualgo.net/|VisuAlgo]] * [[https://algorithm-visualizer.org/|Algorithm Visualizer]] ====訊息==== * [[https://cbor.io/|CBOR]] =====資源===== * [[http://www.coderweekly.com/|Coder Weekly]] * [[http://statuscode.org/|Status Code]] * [[http://runnable.com/|Runnable]] * [[http://www.codewars.com/|Codewars]] * [[http://nerdydata.com/|NerdyData]] * [[http://coolgithubprojects.com/|CoolGithubProjects]] * [[https://typing.io/|Typing Practice for Programmers]] * [[http://programmingexcuses.com/|Excuses For Lazy Coders]] * [[https://projecteuler.net/|Project Euler]] * [[http://www.oreilly.com/programming/free/|Free Programming Ebooks]] * [[https://github.com/Developer-Y/cs-video-courses|Computer Science video courses]] * [[https://www.begin.re/|Reverse Engineering for Beginners]] ====社群==== * [[http://www.artofcommunityonline.org/|The Art of Community]] * [[http://open-advice.org/|Open Advice]] * [[http://www.theopensourceway.org/|The open source way]] ====技巧==== * [[http://reactivex.io/|ReactiveX]] * [[http://www.playfuljs.com/realistic-terrain-in-130-lines/|Realistic terrain in 130 lines]] * [[https://github.com/mkirchner/linked-list-good-taste|Linked lists, pointer tricks and good taste]] * [[https://trunkbaseddevelopment.com/|Trunk-Based Development]] ====練習==== * [[https://exercism.org/|Exercism]] * [[https://adventofcode.com/|Advent of Code]] =====教學===== * [[http://zetcode.com/|ZetCode, tutorials for programmers]] * [[http://www.dickbaldwin.com/toc.htm|Richard G Baldwin Programming Tutorials]] * [[http://pydoing.blogspot.com/|程式語言教學誌]] * [[http://chinesetrad.joelonsoftware.com/uibook/chapters/1.html|程式師的使用介面設計手冊]] * [[http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books|List of freely available programming books]] * [[http://codingbat.com/|CodingBat]] * [[http://karpathy.github.io/neuralnets/|Hacker's guide to Neural Networks]] * [[https://benhoyt.com/writings/count-words/|Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust]] ====範例==== * [[https://github.com/thejameskyle/the-super-tiny-compiler|The Super Tiny Compiler]] * [[https://github.com/MTrajK/coding-problems|Coding Problems]] ====書籍==== * [[http://mitpress.mit.edu/sicp/|Structure and Interpretation of Computer Programs]] * [[https://mitpress.mit.edu/books/structure-and-interpretation-computer-programs-1|Structure and Interpretation of Computer Programs JavaScript Edition]] * [[https://github.com/source-academy/sicp|SICP JavaScript Adaptation]] * [[https://eopl3.com/|Essentials of Programming Languages]] * [[https://grokkingsimplicity.com/|Grokking Simplicity - A book on Functional Programming]] * [[https://www.manning.com/books/data-oriented-programming|Data-Oriented Programming]] * [[https://jessewarden.com/books/real-world-functional-programming/|Real World Functional Programming in Dynamic Languages]] * [[https://github.com/BartoszMilewski/Publications/tree/master/TheDaoOfFP|The Dao of Functional Programming]] * [[http://www.aosabook.org/|The Architecture of Open Source Applications]] * [[https://abseil.io/resources/swe-book|Software Engineering at Google]] * [[http://www.smallmemory.com/|Small Memory Software]] * [[http://natureofcode.com/|The Nature of Code]] * [[http://producingoss.com/|Producing Open Source Software]] * [[http://greenteapress.com/|Green Tea Press]] * [[https://cses.fi/book.html|Competitive Programmer's Handbook]] * [[http://www.htdp.org/|How to Design Programs]] * [[http://jeffe.cs.illinois.edu/teaching/algorithms/|Algorithms]] * [[http://www.cis.upenn.edu/~jean/gbooks/geomath.html|Algebra, Topology, Differential Calculus, and Optimization Theory for Computer Science and Machine Learning]] * [[https://czekster.github.io/markov/|Markov Chains for programmers]] ===圖形=== * [[https://vulkan-tutorial.com/|Vulkan Tutorial]] ===音訊=== * [[https://source-separation.github.io/tutorial/|Open Source Tools & Data for Music Source Separation]] ===測試=== * [[https://sttp.site/|Software Testing: From Theory to Practice]] * [[https://www.fuzzingbook.org/|The Fuzzing Book]] ====課程==== * [[https://missing.csail.mit.edu/|The Missing Semester of Your CS Education]] * [[https://www.learnenough.com/|Learn Enough to Be Dangerous]] * [[http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-088-introduction-to-c-memory-management-and-c-object-oriented-programming-january-iap-2010/|Introduction to C Memory Management and C++ Object-Oriented Programming]] ====開發哲學==== * [[http://www.linux.org.tw/CLDP/OLD/doc/Cathedral-Bazaar.html|教堂與市集]] * [[https://www.contributor-covenant.org|Contributor Covenant]] * [[http://www.catb.org/~esr/faqs/hacker-howto.html|How To Become A Hacker]] * [[http://ihower.idv.tw/blog/archives/category/agile|實戰敏捷開發]] * [[http://www.openfoundry.org/index.php?option=com_content&task=view&id=2076&Itemid=353|自由軟體說明文件的授權選擇]] * [[http://www.techradar.com/news/software/applications/10-mistakes-every-programmer-makes-909424|10 mistakes every programmer makes]] * [[http://blog.othree.net/log/2011/05/14/front-end-coding-styles/|Front End Coding Style]] * [[http://code.google.com/p/google-styleguide/|Style guides for Google-originated open-source projects]] * [[http://amix.dk/blog/post/19615|Model View Controller: History, theory and usage]] * [[http://www.charlotteis.co.uk/making-your-first-pull-request/|Making Your First Pull Request]] * [[https://opensource.guide/|Open Source Guides]] * [[https://increment.com/|Increment]] * [[https://roadmap.sh/|Developer Roadmaps]] * [[https://adamtuttle.codes/blog/2021/tabs-vs-spaces-its-an-accessibility-issue/|Tabs vs. Spaces: It's an Accessibility Issue]] * Domain-driven design * [[https://pragprog.com/titles/swdddf/domain-modeling-made-functional/|Domain Modeling Made Functional]] ===命名=== * [[http://parallelcross.com/post/36861185276/naming-strategies-uncle-bob-and-ottinger|Naming Things]] * [[https://medium.com/@rabinovichsagi/effectively-naming-software-thingies-fcea9d78a699|Effectively Naming Software Thingies]] ===註解=== * [[https://stackoverflow.blog/2021/12/23/best-practices-for-writing-code-comments/|Best practices for writing code comments]] * [[http://inspiregate.com/programming/other/297-five-written-comments-should-be-avoided-in-the-program.html|五種應該避免的程式註解寫法]] * [[http://improvingsoftware.com/2011/06/27/5-best-practices-for-commenting-your-code/|5 Best Practices for Commenting Your Code]] ===文件=== * [[https://documentation.divio.com/|The documentation system]] * [[https://github.com/noffle/art-of-readme|Art of README]] ===品質=== * [[https://google.github.io/eng-practices/review/|Code Review Developer Guide]] * [[https://programmingisterrible.com/post/139222674273/write-code-that-is-easy-to-delete-not-easy-to|Write code that is easy to delete, not easy to extend.]] * [[https://www.sandimetz.com/blog/2016/1/20/the-wrong-abstraction|The Wrong Abstraction]] * [[https://www.mrlacey.com/2020/07/youve-only-added-two-lines-why-did-that.html|You've only added two lines - why did that take two days!]] * [[http://brooker.co.za/blog/2020/06/23/code.html|Code Only Says What it Does]] ===流程=== * [[https://trunkbaseddevelopment.com/|Trunk Based Development]] * [[http://semver.org/|Semantic Versioning]] * [[https://0ver.org/|ZeroVer: 0-based Versioning]] * [[http://keepachangelog.com/|Keep a CHANGELOG]] * [[https://www.conventionalcommits.org/|Conventional Commits]] =====語言===== * [[computer:program:regular_expression|Regular Expression]] * [[computer:program:unicode|Unicode]] * [[computer:program:Rust]] * Lisp * [[http://www.gigamonkeys.com/book/|Practical Common Lisp]] * [[http://www.secretgeek.net/lisp_truth|The Truth About Lisp]] * [[https://clojure.org/|Clojure]] * [[http://haxe.org/|Haxe]] * [[http://crystal-lang.org/|Crystal]] * [[https://kemalcr.com/|Kemal]] * [[http://elixir-lang.org/|Elixir]] * [[http://www.phoenixframework.org/|Phoenix]] * [[https://github.com/phoenixframework/phoenix_live_view|Phoenix LiveView]] * [[https://github.com/elixir-ecto/ecto|Ecto]] * [[https://github.com/8thlight/ex_state|ExState]] * [[http://nimrod-lang.org/|Nimrod]] * [[https://ocaml.org/|OCaml]] * [[https://reasonml.github.io/|Reason]] * [[https://www.cs.cornell.edu/courses/cs3110/2020sp/textbook/|Functional Programming in OCaml]] * [[http://dynamobim.com/|Dynamo]] * [[https://enso.org.|Enso]] * [[https://ballerina.io/|Ballerina]] * [[https://julialang.org/|Julia]] * [[https://junolab.org/|Juno]] * [[https://dart.dev/|Dart]] * [[https://pub.dev/|Dart packages]] * [[https://bloclibrary.dev/|bloc]] * [[https://faust.grame.fr/|Faust]] (Audio) * [[https://vale.dev/|Vale]] ====Document==== * [[https://kdl.dev/|KDL]] ==== Specification ==== * [[https://lamport.azurewebsites.net/tla/tla.html|TLA+]] * [[https://www.learntla.com/|Learn TLA+]] ==== Diagramming ==== * [[https://text-to-diagram.com/|Text to diagram]] * [[https://d2lang.com/|D2]] * [[https://mermaid-js.github.io/|Mermaid]] ====Script==== * [[computer:program:php|PHP]] * [[http://hacklang.org/|Hack]] * [[computer:program:python|Python]] * [[computer:program:perl|Perl]] * [[computer:program:ruby|Ruby]] * [[computer:program:js|JavaScript]] * [[computer:program:js:jquery|jQuery]] ====C/C++==== * [[http://www.learncpp.com/|LearnCpp.com]] * [[https://cppreference.com/|C++ reference]] * [[http://libcello.org/|Cello]] * [[http://cgdb.sourceforge.net/|CGDB]] * [[http://www.boost.org/|Boost]] * [[http://opencv.willowgarage.com/|OpenCV]] * [[http://arma.sourceforge.net/|Armadillo]] * [[http://opensal.net/|OpenSAL]] * [[http://www.cmlab.csie.ntu.edu.tw/~perng/course/|C語言教學]] * [[https://docs.google.com/document/d/12cR0qb-kl7jB8RA_eHQu8OSmGKEOshwLeX4Mx5qBzUE/edit?hl=zh_TW|C語言常見誤解]] * [[http://ocmock.org/|OCMock]] * [[https://github.com/nothings/stb|stb]] * [[https://github.com/facebook/wangle/|Wangle]] * [[http://libdill.org/|libdill]] * [[http://libmill.org/|Libmill]] * [[https://github.com/namhyung/uftrace|uftrace]] * [[https://balde.rgm.io/|balde]] * [[https://justine.lol/cosmopolitan/|Cosmopolitan]] ====.NET==== * [[http://reactiveui.net/|ReactiveUI]] * [[https://platform.uno/|Uno Platform]] ====Go==== * [[https://go.dev/|go.dev]] * [[http://www.golang-book.com/|An Introduction to Programming in Go]] * [[https://www.udemy.com/course/getgoing/|GetGoing: Introduction to Golang]] * [[https://github.com/eaigner/hood|Hood]] * [[https://github.com/astaxie/build-web-application-with-golang|Go Web 编程]] * [[http://www.golangbootcamp.com/|Go Bootcamp]] * [[https://golang.org/doc/effective_go.html|Effective Go]] * [[http://beego.me/|Beego]] * [[https://github.com/facebookgo/grace|grace]] * [[https://github.com/avelino/awesome-go|Awesome Go]] * [[https://gobyexample.com/|Go by Example]] * [[https://github.com/jbuberel/go-patterns|Go Examples of Common Patterns]] * [[https://gin-gonic.github.io/gin/|Gin]] * [[http://martini.codegangsta.io/|Martini]] * [[http://www.gorillatoolkit.org/|Gorilla]] * [[https://github.com/julienschmidt/httprouter|HttpRouter]] * [[https://go-chi.io/|chi]] (router) * [[https://github.com/rcrowley/go-tigertonic|Tiger Tonic]] * [[https://revel.github.io/|Revel]] * [[https://github.com/facebookgo/inject|inject]] * [[https://echo.labstack.com/|Echo]] * [[https://entgo.io/|Ent]] (Orm) * [[https://github.com/HewlettPackard/gas|GAS - Go AST Scanner]] * [[https://blog.xyzio.com/2016/06/14/setting-up-a-golang-website-to-autorun-on-ubuntu-using-systemd/|Setting up a golang website to autorun on Ubuntu using systemd]] ===介面=== * [[https://gioui.org/|Gio]] ===工具=== * [[https://goreportcard.com/|Go Report Card]] * [[https://github.com/knz/go-binsize-viz|Go executable size visualization using D3]] * [[https://gocover.io/|GoCover.io]] ====Haskell==== * [[http://www.yesodweb.com/|Yesod]] * [[http://learnyouahaskell-zh-tw.csie.org/|Haskell 趣學指南]] * [[http://gibiansky.github.io/IHaskell/|IHaskell]] * [[https://www.vacationlabs.com/haskell/|Haskell without the theory]] * [[https://www.servant.dev/|Servant]] ====Swift==== * [[https://swift.org/|Swift]] * [[http://code.tutsplus.com/series/swift-from-scratch--cms-709|Swift from Scratch]] * [[https://www.perfect.org/|Perfect]] * [[https://github.com/qutheory/fluent|Fluent]] * [[https://github.com/necolt/swifton|Swifton]] * [[https://github.com/qutheory/vapor|Vapor]] * [[http://reswift.github.io/ReSwift/|ReSwift]] ===Library=== * [[https://github.com/SwiftyJSON/SwiftyJSON|SwiftyJSON]] * [[https://github.com/Alamofire/Alamofire|Alamofire]] * [[https://github.com/nestproject/Nest|Nest]] * [[https://github.com/kylef/Curassow|Curassow]] ====Java==== * [[http://www.scala-lang.org/|Scala]] * [[http://twitter.github.com/scala_school/|Scala School]] * [[http://www.artima.com/pins1ed/|Programming in Scala]] * [[http://ofps.oreilly.com/titles/9780596155957/|Programming Scala]] * [[http://www.ibm.com/developerworks/views/java/libraryview.jsp?search_by=scala+neward|The busy Java developer's guide to Scala]] * [[http://www.codecommit.com/blog/scala/scala-for-java-refugees-part-1|Scala for Java Refugees]] * [[http://liftweb.net/|Lift]] * [[http://akka.io/|Akka]] * [[http://www.playframework.com/|Play Framework]] * [[https://github.com/sksamuel/scrimage|Scrimage]] * [[http://kotlinlang.org/|Kotlin]] * [[https://github.com/JetBrains/anko|Anko]] * [[http://www.jcores.net/|jCores]] * <code> 新增一個名為manifest.mf的檔案,並用Editor輸入兩行文字 : Main-Class: 類別名稱 <空白行> 註:一定要有空白行,且"類別名稱.class"需含有 main()這個method。 輸入以下指令:(假設*.class跟manifest.mf都放於C:\目錄下) C:\jar cfm JAR檔名.jar manifest.mf 類別名稱.class (後面可以接上一個 空白鍵後,再加入其它的*.class檔) </code> * [[http://vertx.io/|Vert.x]] * [[http://undertow.io/|Undertow]] * [[http://www.eclipse.org/xtend/|Xtend]] * [[http://spring.io/|Spring]] * [[http://square.github.io/okhttp/|OkHttp]] * [[https://vaadin.com|Vaadin]] (Web) ====Assembly==== * [[http://c9s.blogspot.com/search/label/Asm|在 Linux 下使用 GNU AS 編寫組合語言]] ===書籍=== * [[http://ebookee.org/Assembly-Language-Step-by-Step-Programming-with-Linux_507263.html|Assembly Language Step-by-Step: Programming with Linux 3/e]] * [[http://ebookee.org/Professional-Assembly-Language_426660.html|Professional Assembly Language]] * [[http://ebookee.org/Randall-Hyde-The-Art-of-Assembly-Language_813146.html|The Art of Assembly Language]] * [[http://ebookee.org/Assembly-Language-for-x86-Processors-6th-Edition-_802968.html|Assembly Language for x86 Processors 6/e]] ===工具=== * [[https://panopticon.re/|Panopticon]] ====FPGA==== * [[http://www.yosefk.com/blog/how-fpgas-work-and-why-youll-buy-one.html|How FPGAs work, and why you'll buy one]] =====平台===== * [[https://slint-ui.com/|Slint]] * [[http://www.fox-toolkit.org/|FOX]] * [[http://libevent.org/|libevent]] * [[http://nanomsg.org/|nanomsg]] * [[http://www.freesoftwaremagazine.com/books/autotools_a_guide_to_autoconf_automake_libtool|Autotools: a practitioner's guide to Autoconf, Automake and Libtool]] * <code>autoreconf -if</code> * [[http://msgpack.org/|MessagePack]] * [[http://libuv.org/|libuv]] * [[http://operational-transformation.github.io/|Operational Transformation]] * [[https://github.com/airbnb/Lona/|Lona]] ====GTK==== * [[http://www.gtk.org/|The GTK Project]] * [[http://caterpillar.onlyfun.net/Gossip/GTKGossip/GTKGossip.html|GTK 學習筆記]] * [[http://glade.gnome.org/|Glade]] * [[http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html|GTK+ and Glade3 GUI Programming Tutorial]] * [[https://pygobject.readthedocs.io/|PyGObject]] * [[http://python-gtk-3-tutorial.readthedocs.org/|The Python GTK+ 3 Tutorial]] * GJS * [[https://www.webreflection.co.uk/blog/2015/12/08/writing-native-apps-with-javascript|Writing Native Apps With JavaScript]] * [[https://github.com/cgjs/cgjs|cgjs]] * [[https://www.youtube.com/watch?v=1-_EBEr0fxI|Creating a GObject in C]] * For those of you that are writing libraries in GObject/C, you must check out the combination of g_autoptr(), G_DECLARE_DERIVABLE_TYPE() and G_DECLARE_FINAL_TYPE(). These are major improvements going into GLib/GObject 2.44 ===Vala=== * [[https://wiki.gnome.org/Projects/Vala/Tutorial|Vala Tutorial]] * [[https://github.com/Valama/valama|Valama]] * [[https://github.com/rastersoft/autovala|Autovala]] * [[http://www.ambitionframework.org/|Ambition]] * [[http://valadoc.org/|Valadoc]] ===Tool=== * [[https://gitorious.org/gtk-vector-screenshot|gtk-vector-screenshot]] * [[http://chipx86.github.io/gtkparasite/|Parasite]] * [[https://github.com/codejamninja/react-gtk|react-gtk]] * [[https://gitlab.gnome.org/jpu/cambalache|Cambalache]] ====Qt==== * [[https://maui-project.org/|Maui Project]] * [[https://proton-native.js.org/|Proton Native]] ====Android==== * [[https://medium.com/google-developers/developing-for-android-introduction-5345b451567c|Developing for Android: Introduction]] * [[http://www.androidbootstrap.com/|Android Bootstrap]] * [[https://github.com/tobykurien/xtendroid|Xtendroid]] * [[http://code.google.com/p/android-scripting/|Scripting Layer for Android]] * [[http://code.google.com/p/android-ui-utils/|Android UI Utilities]] * [[https://github.com/6wunderkinder/android-sliding-layer-lib|6Wunderkinder SlidingLayer for Android]] * [[http://square.github.io/picasso/|Picasso]] * [[https://github.com/BoltsFramework|BoltsFramework]] * [[http://facebook.github.io/buck/|Buck]] * [[http://robobinding.github.io/RoboBinding/|RoboBinding]] * [[http://calaba.sh/|Calabash]] * [[https://github.com/mortenjust/androidtool-mac|Android tool for mac]] * [[http://facebook.github.io/stetho/|Stetho]] * [[http://square.github.io/retrofit/|Retrofit]] * [[https://github.com/google/flexbox-layout|FlexboxLayout]] * [[http://fblitho.com/|Litho]] ===工具=== * [[http://www.vysor.io/|Vysor]] * [[http://fbredex.com/|ReDex]] * [[https://anbox.io/|Anbox]] ====iOS==== * [[http://nshipster.com/wkwebkit/|WKWebView]] * [[http://helios.io/|Helios]] * [[https://github.com/BoltsFramework|BoltsFramework]] * [[http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/|The iOS Design Cheat Sheet]] * [[http://www.rubymotion.com/|RubyMotion]] * [[http://cs193p.stanford.edu/|CS 193P iPhone Application Development]] * [[https://developer.apple.com/library/ios/#referencelibrary/GettingStarted/RoadMapiOS/chapters/Introduction.html|Start Developing iOS Apps Today]] * [[http://nathanbarry.com/designing-buttons-ios5/|Designing Buttons in iOS 5]] * [[https://developers.facebook.com/ios/|Facebook SDK for iOS]] * [[http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects|Git ignore file for Xcode projects]] * [[http://stackoverflow.com/questions/9347722/apple-llvm-4-0-new-features-on-xcode-4-4-literals|Objective-C literals]] * [[http://furnacedigital.blogspot.com/2012/06/address-book.html|取得 Address Book 聯絡資訊內容的方法]] * [[http://furnacedigital.blogspot.com/2012/01/blog-post_20.html|收起虛擬鍵盤的各種方法]] * [[http://furnacedigital.blogspot.com/2011/04/blog-post.html|設定背景影像]] * [[http://didikot.com/?p=217|Custom UIButton without using any images]] * [[http://spyrestudios.com/how-to-use-custom-uibutton-graphics-for-iphone-applications/|How to use Custom UIButton Graphics for iPhone Applications]] * [[http://gibuloto.com/blog/uiviewcontroller-background-image/|UIViewController Background Image]] * [[http://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/Introduction/Introduction.html|View Controller Programming Guide for iOS]] * [[http://mobile.smashingmagazine.com/2014/03/17/ios7-new-dynamic-app-interactions/|Getting Your App Ready For iOS 7′s New Dynamic Interactions]] * [[http://www.objc.io/issue-22/facebook.html|React-Inspired Views]] * [[https://github.com/zonble/kkbox-ios-dev|KKBOX iOS/Mac OS X 基礎開發教材]] * [[http://blog.parse.com/learn/thread-safety-basics-on-iosos-x/|Thread Safety Basics on iOS/OS X]] ===Library=== * [[http://cocoapods.org/|CocoaPods]] * [[http://www.cocoacontrols.com/|Cocoa Controls]] * [[http://www.cocos2d-iphone.org/|cocos2d]] * [[http://nimbuskit.info/|NimbusKit]] * [[https://github.com/NimbusKit/Basics|Basics]] * [[https://github.com/NimbusKit/attributedlabel|Attributed Label]] * [[https://github.com/tombenner/nui|NUI]] * [[http://restkit.org/|RestKit]] * [[https://medium.com/ios-os-x-development/restkit-tutorial-how-to-fetch-data-from-an-api-into-core-data-9326af750e10|RESTKit Tutorial: how to fetch data from a RESTful API into Core Data.]] * [[http://afnetworking.com/|AFNetworking]] * [[https://github.com/devinross/tapkulibrary|Tapku]] * [[https://github.com/mattt/FormatterKit|FormatterKit]] * [[http://sstoolk.it/|SSToolkit]] * [[https://github.com/samsoffes/sspulltorefresh|SSPullToRefresh]] * [[https://github.com/jdg/MBProgressHUD|MBProgressHUD]] * [[https://github.com/samvermette/SVProgressHUD|SVProgressHUD]] * [[https://github.com/Inferis/ViewDeck|IIViewDeckController]] * [[https://github.com/robbiehanson/CocoaAsyncSocket/|CocoaAsyncSocket]] * [[https://github.com/robbiehanson/CocoaLumberjack|CocoaLumberjack]] * [[https://github.com/BradLarson/GPUImage|GPUImage]] * [[https://github.com/rs/SDWebImage|SDWebImage]] * [[https://github.com/ReactiveCocoa|ReactiveCocoa]] * [[https://github.com/stefanoa/SASlideMenu|SASlideMenu]] * [[https://github.com/jamztang/CSStickyHeaderFlowLayout|CSStickyHeaderFlowLayout]] * [[https://github.com/instructure/CKRefreshControl|CKRefreshControl]] * [[https://github.com/Cue/CueTableReloader|CueTableReloader]] * [[https://github.com/escoz/quickdialog|QuickDialog]] * [[https://github.com/gresrun/GHSidebarNav|GHSideBarNav]] * [[https://github.com/facebook/Tweaks|Tweaks]] * [[http://asyncdisplaykit.org/|AsyncDisplayKit]] * [[http://componentkit.org/|ComponentKit]] ==擴充== * [[https://github.com/pandamonia/BlocksKit|BlocksKit]] * [[https://github.com/github/Mantle|Mantle]] * [[https://github.com/usepropeller/routable-ios|Routable]] * [[https://github.com/facebook/KVOController|KVOController]] ==補齊== * [[https://github.com/steipete/PSTCollectionView|PSTCollectionView]] ==動畫== * [[https://github.com/facebook/pop|Pop]] * [[https://github.com/facebook/Shimmer|Shimmer]] ===工具=== * [[https://github.com/Flipboard/FLEX|FLEX]] * [[https://github.com/square/PonyDebugger|PonyDebugger]] * [[https://github.com/Carthage/Carthage|Carthage]] * [[https://pinterest.github.io/plank/|Plank]] ===Example=== * [[https://github.com/nothingmagical/cheddar-ios|Cheddar for iOS]] * [[https://github.com/firebase|Firebase]] ====Virtual Machine==== * [[http://www.parrot.org/|Parrot]] =====工具===== * [[https://www.sourcetrail.com/|Sourcetrail]] * [[https://libraries.io/|Libraries.io]] * [[http://phabricator.org/|Phabricator]] * Bugzilla * [[http://blog.margaretleibovic.com/post/36893756730/bugzilla-101|Bugzilla 101]] * [[http://docopt.org/|docopt]] * [[http://editorconfig.org/|EditorConfig]] * [[https://github.com/jedmao/eclint|ECLint]] * [[http://pmd.sourceforge.net/|PMD]] * Autoconf * [[http://www.freesoftwaremagazine.com/articles/configuring_a_project_with_autoconf|Configuring your project with Autoconf]] * [[https://code.google.com/p/gerrit/|Gerrit]] * [[http://www.gradle.org/|Gradle]] * [[https://github.com/Squirrel|Squirrel]] * [[http://hashids.org/|hashids]] * [[http://cppcheck.sourceforge.net/|Cppcheck]] * [[https://www.biicode.com/|Biicode]] * [[https://material-motion.github.io/material-motion/|Material Motion]] * [[https://facebook.github.io/yoga/|Yoga]] * [[https://github.com/ulid/spec|Universally Unique Lexicographically Sortable Identifier]] * [[https://github.com/Unleash/unleash|Unleash]] (Feature Toggle) === Workspace === * [[https://backstage.io/|Backstage]] * [[https://www.port.io/|Port]] === Secrets === * [[https://www.vaultproject.io/|Vault]] * [[https://www.doppler.com/|Doppler]] * [[https://dotenvx.com/|dotenvx]] === Benchmark === * [[https://github.com/sharkdp/hyperfine|hyperfine]] ==== Container ==== * [[https://runc.io/|runC]] * [[https://containerd.io/|containerd]] * [[https://openvz.org/|OpenVZ]] * [[http://www.docker.io/|Docker]] * [[https://orbstack.dev/|OrbStack]] * <code>COPY --from=docker:20.10.12-dind-rootless /usr/local/bin/docker /usr/local/bin/docker</code> * [[https://github.com/moby/buildkit/|BuildKit]] * [[https://github.com/openllb/hlb|hlb]] * [[https://michaelsauter.github.io/crane/|Crane]] * [[https://github.com/wagoodman/dive|dive]] * [[http://www.octohost.io/|octohost]] * [[http://orchardup.github.io/fig/|Fig]] * [[https://github.com/progrium/dokku|Dokku]] * [[http://blog.scoutapp.com/articles/2013/08/28/docker-git-for-deployment|Docker: Git for deployment]] * [[http://blog.docker.io/2013/06/14-great-tutorials-on-docker/|14 great tutorials on Docker]] * [[https://devopsu.com/blog/docker-misconceptions/|Docker Misconceptions]] * [[http://www.dockerbook.com/|The Docker Book]] * [[http://www.projectatomic.io/|Project Atomic]] * [[https://github.com/google/cadvisor|cAdvisor]] * [[https://kitematic.com/|Kitematic]] * [[http://port.us.org/|Portus]] * [[http://deis.io/|Deis]] * [[http://jonathan.bergknoff.com/journal/building-good-docker-images|Building good docker images]] * [[https://github.com/netvarun/docket|Docket]] * [[https://hyper.sh/|Hyper.sh]] * [[https://github.com/GoogleCloudPlatform/container-diff|container-diff]] * [[https://github.com/lirantal/dockly|Dockly]] * [[https://www.portainer.io|Portainer]] * [[https://dockersl.im/|DockerSlim]] * [[https://buildpacks.io/|Cloud Native Buildpacks]] * [[https://cloudinit.readthedocs.io/|cloud-init]] * [[https://github.com/abiosoft/colima|Colima]] === Tool === * [[https://github.com/bcicen/ctop|ctop]] * [[https://www.nomadproject.io/|Nomad]] * [[https://firecracker-microvm.github.io/|Firecracker]] * [[https://cilium.io/|Cilium]] ====搭建==== * [[https://buckbuild.com/|Buck]] * [[http://mesonbuild.com/|Meson]] * [[https://www.bazel.build/|Bazel]] * make * [[https://www.olioapps.com/blog/the-lost-art-of-the-makefile/|The Lost Art of the Makefile]] ====佈署==== * [[https://www.spinnaker.io/|Spinnaker]] * [[https://buddy.works/|Buddy]] * [[https://www.gitpod.io/|Gitpod]] === Kubernetes === * [[https://fluxcd.io/|Flux]] * [[https://argoproj.github.io/argo-cd/|Argo CD]] ====在地==== * [[https://projectfluent.org/|Fluent]] * [[http://formatjs.io/|FormatJS]] * [[http://l10ns.org/|L10ns]] * [[https://languine.ai/|Languine]] (AI) ===服務=== * [[https://tolgee.io/|Tolgee]] * [[https://crowdin.com/|Crowdin]] * [[https://traduora.com|Traduora]] * [[https://weblate.org/|Weblate]] * [[https://lokalise.com/|Lokalise]] * [[https://localizejs.com/|Localize]] * [[https://locize.com/|locize]] ====文件==== * [[https://readme.com/|ReadMe]] * [[https://readme.so/|readme.so]] * [[http://zealdocs.org/|Zeal]] * [[http://devdocs.io/|DevDocs]] * [[https://github.com/tripit/slate|Slate]] * [[https://github.com/hotdoc/hotdoc|HotDoc]] ====格式==== * [[https://dprint.dev/|dprint]] ====時間==== * [[http://www.convert-unix-time.com/|Convert Unix Time]] * [[http://www.epochconverter.com/|Epoch Converter]] ====除錯==== * gdb * [[https://github.com/cyrus-and/gdb-dashboard|GDB dashboard]] * [[http://sourceware.org/gdb/current/onlinedocs/gdb/|Debugging with gdb]] * [[https://www.hackerschool.com/blog/5-learning-c-with-gdb|Learning C with gdb]] * [[http://www.dedoimedo.com/computers/gdb.html|Linux super-duper admin tools: gdb]] * [[http://undo.io/resources/presentations/cppcon-2015-greg-law-give-me-15-minutes-ill-change/|Give me 15 minutes & I'll change your view of GDB]] * [[http://dtrace.org/|DTrace]] * [[https://github.com/brendangregg/FlameGraph|Flame Graph]] * [[https://github.com/adobe-research/GCview|GCview]] * [[http://valgrind.org/|Valgrind]] * [[http://endlesschildhood.blogspot.tw/2010/01/valgrind-tutorial.html|Valgrind Tutorial]] * [[http://maintainablecode.logdown.com/posts/245425-valgrind-is-not-a-leak-checker|Valgrind is *NOT* a leak checker]] * [[http://errbit.github.io/errbit/|Errbit]] * [[http://rr-project.org/|rr]] * [[https://github.com/snare/voltron/|Voltron]] * [[https://fbflipper.com/|Flipper]] (iOS/Android/React Native) * [[https://perfetto.dev/|Perfetto]] ===服務=== * [[https://bugsnag.com/|Bugsnag]] * [[https://pernos.co/|Pernosco]] ====版本控制==== * [[computer:program:git|Git]] * [[http://darcs.net/|Darcs]] * [[https://pijul.org/|Pijul]] * [[computer:program:subversion|Subversion]] * [[http://www.ericsink.com/vcbe/|Version Control by Example]] * [[http://www.sourcetreeapp.com/|SourceTree]] * [[https://code.google.com/p/gource/|Gource]] * [[https://code.google.com/p/codeswarm/|Code Swarm]] * [[http://www.redotheweb.com/CodeFlower/|CodeFlower]] ===Mercurial=== * [[http://hginit.com/|Hg Init]] ===Changelog=== * [[https://github.com/changesets/changesets|changesets]] ====IDE程式==== * [[http://www.codeblocks.org/|Code::Blocks]] * [[http://www.aptana.com/|Aptana]] * [[http://www.geany.org/|Geany]] * [[http://www.codelite.org/|CodeLite]] * [[http://www.anjuta.org/|Anjuta DevStudio]] * [[http://www.lighttable.com/|Light Table]] * [[https://code.visualstudio.com/|Visual Studio Code]] * [[https://www.codebox.io/|Codebox]] ====Continuous Integration==== * [[https://drone.io/|Drone]] * [[https://www.go.cd/|GoCD]] * [[https://concourse-ci.org/|Concourse]] * [[http://jenkins-ci.org/|Jenkins]] * [[https://earthly.dev/|Earthly]] * [[https://about.djinn-ci.com/|Djinn CI]] * [[https://sismo.symfony.com/|Sismo]] (PHP) === Service === * [[https://circleci.com/|CircleCI]] * [[https://buildkite.com/|Buildkite]] * [[https://www.codeship.io/|Codeship]] * [[https://github.com/features/actions|GitHub Actions]] * [[https://github.com/calibreapp/image-actions|Image Actions]] * [[https://harness.io/|Harness]] ====Test==== * [[https://gauge.org/|Gauge]] * [[https://testproject.io/|TestProject]] (E2E) * [[https://robotframework.org/|Robot Framework]] * [[https://pact.io/|Pact]] (Contract) * [[https://testcontainers.com/|Testcontainers]] * [[https://testkube.io/|Testkube]] (k8s) === Management === * [[https://kiwitcms.org/|Kiwi TCMS]] * [[https://qase.io/|Qase]] * [[https://testcollab.com/|Test Collab]] * [[https://www.getxray.app/|Xray]] (Jira) ===Coverage=== * [[https://coveralls.io/|Coveralls]] * [[https://codecov.io/|Codecov]] ====字型==== * [[https://coding-fonts.css-tricks.com/|Coding Fonts]] * [[https://www.codingfont.com/|Coding Font by Typogram – Find Your True Love of Coding Fonts]] * [[https://devfonts.gafi.dev/|Dev Fonts]] * [[https://typeof.net/Iosevka/|Iosevka]] * [[https://github.com/intel/intel-one-mono|Intel One Mono]] * [[https://github.com/tonsky/FiraCode|Fira Code]] * [[https://rubjo.github.io/victor-mono/|Victor Mono]] * [[https://github.com/microsoft/cascadia-code|Cascadia Code]] * [[https://www.jetbrains.com/lp/mono/|JetBrains Mono]] * [[https://font.subf.dev/|Maple Mono]] * [[http://sourcefoundry.org/hack/|Hack]] * Consolas * [[https://github.com/googlefonts/Inconsolata|Inconsolata]]\\ <code>apt-get install ttf-inconsolata</code> * [[https://madmalik.github.io/mononoki/|mononoki]] * [[http://www.ms-studio.com/FontSales/anonymouspro.html|Anonymous Pro]] * [[http://input.fontbureau.com/|Input]] * [[http://larsenwork.com/monoid/|Monoid]] * [[http://hivelogic.com/articles/top-10-programming-fonts|Top 10 Programming Fonts]] * [[http://www.codinghorror.com/blog/archives/000969.html|Revisiting Programming Fonts]] ===工具=== * [[https://github.com/chrissimpkins/codeface|Codeface]] ====其它工具==== * [[https://deps.dev/|Open Source Insights]] * [[http://www.gitbook.io/|GitBook]] * [[http://sjntax.com/|Sjntax]] (format for paste on Slides) * [[http://www.palfrader.org/code2html/|Code2HTML]] * [[http://codepad.org/|codepad]] * [[http://chopapp.com/|Chop]] * [[http://selection.datavisualization.ch/|Datavisualization.ch Selected Tools]] * [[http://repl.it/|repl.it]] * [[https://github.com/netgusto/nodebook|Nodebook]] * [[http://collabedit.com/|Collabedit]] * [[https://www.nitrous.io/|Nitrous]] * [[http://meldmerge.org/|Meld]] * [[https://carbon.now.sh/|Carbon]] * [[https://github.com/XAMPPRocky/tokei|Tokei]] (count codes) * [[https://masscode.io/|massCode]] (snippets) * [[https://themer.dev/|themer]] * [[https://www.stateskit.com/|StatesKit]] (Visual Statechart Editor)
computer/program.txt
· 上一次變更: 2025/07/26 15:44 由
wm
頁面工具
顯示頁面
舊版
反向連結
回到頁頂