-
Notifications
You must be signed in to change notification settings - Fork 6
Utmost Simplicity
"To get portable data, you need to pick a representation that is usable in most programming languages"
"To get portable behavior, you need a maintainable program standard that runs on most computer systems"
"If something can be derived, store it as a function instead of a variable"
"There should be a single 'source of truth'"
- RegExp
- Excel Formulas
- Recursion
- RewriteRule
- SetEnv/UnsetEnv/PassEnv
- CSSOM
- SMIL
- toJSON
- WPAD
- XML Processing Instruction
- https://www.versionmuseum.com/history-of/netscape-browser
- https://oac.cdlib.org/search
- https://www.carnegie-libraries.org/
- https://alloyui.com/rosetta-stone/
- https://caniuse.com/
- https://exrx.net
- Store code/data in github
- Call the github api
- https://www.w3.org/2019/11/website-redesign-rfp.html
- https://humanwhocodes.com/blog/2020/02/how-i-think-about-solving-problems/
- https://developer.apple.com/support/forums-tags/
- https://www.developerfusion.com/t/coldfusion/forum/
- Tacit Programming (no named args via Rest Parameters/Arguments Array + Array.of )
- Proxy for all assignment/method calls to avoid mocks
- Date based IDs for all DOM elements to avoid inline event handlers
- https://cve.mitre.org/
- https://www.alexa.com/siteinfo/tinyurl.com
- https://validator.w3.org/checklink
https://reactjs.org/docs/composition-vs-inheritance.html
https://davidwalsh.name/react-force-render
https://www.slideshare.net/AdityaGhan/typed-drupal-a-great-combination-of-drupal-8-and-php-7
https://duktape.org/guide.html
https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-c/cfcache.html
protected static defaultErrorStatusCodes = [
{ error: Errors.ResourceNotFound, code: HTTPCodes.NotFound },
{ error: Errors.Locked, code: HTTPCodes.Locked },
{ error: Errors.BadAuthentication, code: HTTPCodes.Unauthorized },
{ error: Errors.NotEnoughPrivilege, code: HTTPCodes.Unauthorized },
{ error: Errors.ResourceAlreadyExists, code: HTTPCodes.Conflict },
{ error: Errors.IntermediateResourceMissing, code: HTTPCodes.Conflict },
{ error: Errors.WrongParentTypeForCreation, code: HTTPCodes.Conflict },
{ error: Errors.InsufficientStorage, code: HTTPCodes.InsufficientStorage },
{ error: Errors.Forbidden, code: HTTPCodes.Forbidden }
];
https://github.com/OpenMarshal/npm-WebDAV-Server/blob/master/src/server/v2/RequestContext.ts
- afrinic.net
- https://www.w3.org/StyleSheets/base.css
- http://www.csszengarden.com/013/013.css
- https://meyerweb.com/eric/css/edge/main.css
- https://oddmuse.org/wiki/Cascading_Style_Sheet
- https://stuffandnonsense.co.uk
- https://backbonejs.org
- https://www.dogpile.com
- https://www.metacrawler.com
- https://gametz.com
- https://libre.fm/themes/2014/css/custom.css
- https://gnu.io
- https://www.youtube.com/watch?v=lpDQF2lFnBU
- https://themes.getbootstrap.com/
- https://www.drupal.org/project/theme_switcher
- https://participate.whatwg.org/agreement
- http://www.jslint.com/browser.js
- https://www.quirksmode.org/dom/forms/examples_blurvalidity.html
- https://www.google.com/advanced_search
- https://search.yahoo.com//web/advanced
- https://www.startpage.com/en/advanced-search.html
- https://en.wikipedia.org/wiki/Wikipedia:Advanced_source_searching
- https://www.reddit.com/wiki/search
- http://help.bing.microsoft.com/#apex/18/en-us/10002/0
- https://yandex.com/support/search/how-to-search/advanced-search.html
- https://www.linkedin.com/help/linkedin/answer/1615/add-change-edit-or-delete-your-linkedin-profile-photo?lang=en
- https://jsfiddle.net/twophayse/ay6rkLwt/
- https://metacpan.org/release/Devel-REPL/source/lib/Devel/REPL.pm
- https://rosettacode.org/wiki/Interactive_programming#Tcl
https://logicmag.io/care/built-to-last/
- http://dinosaur.compilertools.net/flex/manpage.html
- https://www.x.org/releases/X11R7.5/doc/man/man1/xman.1.html
- https://superevr.com/blog/2012/im-shocked-a-url-can-look-like-this/
- 209.59.119.34
- https://www.example.com
- https://yaml.org
- https://www.crockford.com/
- http://www.aaronsw.com
- https://www.internic.net/
- https://sqlite.org
- http://www.mobileread.mobi/
- http://wiki.c2.com/
- http://www.intertwingly.net/blog/
- http://www.feedvalidator.org
- thedailywtf.com
- https://www.w3.org/community/ostatus/wiki/Workflow
- https://libre.fm
Hypertext Application Language (HAL)
WEBDAV
DNS
- https://homepages.cwi.nl/~steven/xsltforms/
- https://homepages.cwi.nl/~steven/forms/examples/xmlcom/clock/clock4b.xhtml
Example Script: create Vendor IBM id 'IBM' salesperson 'S1' discount 10.0 Translates Into: <script> IBM S1 10.0 </script>
- window.postMessage
- Object.defineProperty
- tunneling
- backreferences
Imperative
if (x == 7 && y == 7)
Declarative
select * from x, y where num = 7
Interrogative
var num = new Map(); num.set({7:"x,y"}, num.foo) num.get({7:"x,y"})
Imperative
if (num.hasOwnProperty(7)) { num.foo = Function; num.toJSON = num.foo }
Declarative
var num = {7:"x,y", toJSON: num.foo};
Interrogative
num.has(7) && num.has(toJSON) && num.size()
Imperative
Bring back real hiphop
Declarative
Hiphop is dead
Interrogative
Who killed hiphop?
Narrative
Back in the day...
Authoritative
Only God Can Judge Me
Imperative
Array.push/Array.pop/Array.sort/Array.join
Declarative
Array.concat/Array.from
Interrogative
Array.indexOf / Array.some / Array.every
Imperative
Set.add / Set.delete / Set.clear
Declarative
new Set()
Interrogative
Set.has / Set.size /
Narrative
RegExp
Authoritatize
Object.defineProperty
WHO CAN COME AFTER HIM?
Variables - RegExp / XPath /xsl:variable (Every variable is a query result) $scope.href = function(){ if(/1/.test($scope.template.name) === true) {return 'http://example.com';} else {return 'http://ietf.org';} };
Templating - SSI/ESI
Data Binding - Excel / URI Templating
Theming - Image Maps / fonts / data:URIs
Debugging - Greasemonkey / eval
Coding - Emmet / JSLint / XHTML5
Documenting - Markdown
Visualizing - HTML5 Canvas
https://9clouds.com/blog/14-slack-hacks-using/
https://get.slack.help/hc/en-us/articles/202288908-How-can-I-add-formatting-to-my-messages-
https://get.slack.help/hc/en-us/articles/208423427-Set-a-reminder
http://csis.pace.edu/~marchese/SE735/L1/L1.htm
https://www.sqlite.org/requirements.html
https://en.wikipedia.org/wiki/Datalog
https://sites.google.com/site/pydatalog/
https://www.xml.com/articles/2019/05/20/game-xforms/
https://jsfiddle.net/twophayse/ay6rkLwt/
https://anyonecanlearntocode.com/blog_posts/why-vue-not-react-is-the-new-jquery
https://www.quora.com/Why-did-jQuery-win
https://en.wikipedia.org/wiki/Rebol
https://en.wikipedia.org/wiki/Category:Computing_stubs https://en.wikipedia.org/wiki/Wrapper_library
https://www.coderetreat.org/pages/facilitating/activity-catalog/ http://www.donhopkins.com/drupal/node/124 http://www.donhopkins.com/drupal/node/69
http://etutorials.org/Macromedia/Fash+remoting.+the+definitive+guide/Part+III+Advanced+Flash+Remoting/Chapter+15.+Flash+Remoting+API/DataGlue+Object/ http://www.tomkitta.com/guides/flashMX2004.cfm https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/binding/utils/BindingUtils.html https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/remoting/RemoteObject.html https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/utils/ObjectProxy.html https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/fl/data/DataProvider.html https://www.adobe.com/devnet/flex/quickstarts/using_data_providers.html https://jacksondunstan.com/articles/2439
- ActionScript for basic gaming
- Real World Flash Game Development
- Facilitating the Education of Game Development
<title>
AWK on CSV
</title>
<meta name="keywords" content="awk_csv"/>
<link rel="contents" href="awk_csv" title="Sitemap"/>
<link rel="alternate" type="text/html" title="Plain HTML" href="/awk_csv"/>
<link rel="canonical" href="/awk_csv"/>
<input type="hidden" name="id" value="awk_csv" />
<a href="/awk_csv" class="breadcrumbs" title="awk_csv">AWK CSV</a>
<img src="awk_csv.png" width="2" height="1" alt="awk_csv" />
<script type="text/javascript">/*<![CDATA[*/var ____awk_csv = {"id":"awk_csv"};/*!]]>*/</script>
<bdi>awk_csv</bdi>
IDENTIFICATION DIVISION.
PROGRAM-ID. towers-of-hanoi.
PROCEDURE DIVISION.
CALL "move-disk" USING 4, 1, 2, 3
.
END PROGRAM towers-of-hanoi.
IDENTIFICATION DIVISION.
PROGRAM-ID. move-disk RECURSIVE.
DATA DIVISION.
LINKAGE SECTION.
01 n PIC 9 USAGE COMP.
01 from-pole PIC 9 USAGE COMP.
01 to-pole PIC 9 USAGE COMP.
01 via-pole PIC 9 USAGE COMP.
PROCEDURE DIVISION USING n, from-pole, to-pole, via-pole.
IF n > 0
SUBTRACT 1 FROM n
CALL "move-disk" USING CONTENT n, from-pole, via-pole, to-pole
DISPLAY "Move disk from pole " from-pole " to pole " to-pole
CALL "move-disk" USING CONTENT n, via-pole, to-pole, from-pole
END-IF
.
END PROGRAM move-disk.
https://en.wikipedia.org/wiki/List_of_/.well-known/_services_offered_by_webservers
https://datatracker.ietf.org/doc/rfc7807/?include_text=1
https://wiki.ubuntu.com/error%20and%20warning%20messages
https://www.sqlite.org/src/doc/trunk/src/os_unix.c
https://www.w3.org/1999/04/Editing/
https://fossies.org/linux/lighttpd/src/mod_webdav.c
https://www.diva-portal.org/smash/get/diva2:1021298/FULLTEXT01.pdf
http://backbonejs.org/#Events-stopListening
https://medium.com/@interdigitizer/the-tricky-part-of-creating-an-mvc-with-jquery-4cc6ff88fe64