Skip to content

Instantly share code, notes, and snippets.

:root a[href^="http://www.drowle.com/"], :root #header + #content > #left > #rlblock_left, :root #\5f _mom_ad_2, :root a[href^="http://keep2share.cc/pr/"], :root #MAIN.ShowTopic > .ad, :root #\5f _mom_ad_12, :root #center_col > #main > .dfrd > .mnr-c > .c._oc._zs, :root .__y_elastic .__y_item, :root a[href^="http://ul.to/ref/"], :root #\5f _nq__hh[style="display:block!important"], :root a[href^="http://ads.pheedo.com/"], :root a[href^="http://landingpagegenius.com/"], :root .base-page_left-side > #left_ban, :root .inlineNewsletterSubscription + .inlineNewsletterSubscription div[class$="_item"], :root #ads > .dose > .dosesingle, :root a[href^="http://lp.ncdownloader.com/"], :root a[href^="http://www.getyourguide.com/?partner_id="], :root #assetsListings[style="display: block;"], :root a[href^="http://b.bestcompleteusa.info/"], :root #main-content > [style="padding:10px 0 0 0 !important;"], :root a[href*="media-rotate.com"], :root a[href^="https://www.spyoff.com/"], :root #center_col > #\5f Emc, :root .ob_conta
start =
comma
comma = left:additive "," right:comma
{ return {tag: ",", left, right}; } / additive
additive =
left:multiplicative "+" right:additive
{ return {tag: "+", left, right}; } / multiplicative
start = sql
sql = statement
statement = _ insert:insert
{ return {insert} }
insert = _ head:head _ M_WITH_ROWLOCK _
"(" _ column_list:(column_list) _ ")"
_ select:(select)
start = root
root = xml:xml { return {xml} }
xml = tag
tag = tagopen:tagopen innerHTML:(tag / text)* tagclose
{ let a = {}; a[tagopen.valueOf()]= innerHTML; return a }
tagopen = _ "<" text:text ">" _ { return text }
@4mitch
4mitch / gist:96aef7809bd1bbd544b87fa9f29cd0ae
Created August 31, 2017 10:09
Find uniq values of property in array of objects
var array = [
{ name: "Joe", age: 17 },
{ name: "Bob", age: 17 },
{ name: "Carl", age: 35 }
];
console.log(new Set( array.map((obj) => obj.age)) )
select t.Name, s.Name, t.Max_Length, t.Precision, t.Scale, t.Is_Nullable
from sys.types t
inner join sys.types s
on s.User_Type_ID = t.System_Type_ID
where t.is_user_defined = 1
@4mitch
4mitch / rxjs_operators_by_example.md
Created October 5, 2017 09:24 — forked from btroncone/rxjs_operators_by_example.md
RxJS 5 Operators By Example
from https://stepik.org/lesson/21772/step/6?course=Нейронные-сети
Источники
При создании курса я, конечно, использовал множество различных источников и опирался на опыт некоторых других онлайн-курсов. Ниже приведены те из них, которые просто нельзя не упомянуть перед началом нашего курса. Данный список будет постепенно пополняться.
https://www.coursera.org/learn/machine-learning/ — живая легенда, курс Andrew Ng по машинному обучению. С него началось когда-то моё увлечение этой темой. Крайне рекомендую к просмотру и, пользуясь случаем, хочу выразить публично глубокую благодарность его автору.
http://neuralnetworksanddeeplearning.com/ — замечательная онлайн-книга по нейросетям. Я, кстати, потихоньку её перевожу (первые главы должны появиться в открытом доступе в начале лета).
@4mitch
4mitch / epigrams-on-programming.md
Created January 4, 2018 13:55 — forked from camdez/epigrams-on-programming.md
Alan Perlis' "Epigrams on Programming"

Epigrams on Programming

Alan J. Perlis, Yale University

This text has been published in SIGPLAN Notices Vol. 17, No. 9, September 1982, pages 7 - 13. I'm offering it here online until ACM stops me.

The phenomena surrounding computers are diverse and yield a surprisingly rich base for launching metaphors at individual and group activities. Conversely, classical human endeavors provide an inexhaustible source of metaphor for those of us who are in labor within computation. Such relationships between society and device are not new, but the incredible growth of the computer's influence (both real and implied) lends this symbiotic dependency a vitality like a gangly youth growing out of his clothes within an endless puberty.

The epigrams that follow attempt to capture some of the dimensions of this traffic in imagery that sharpens, focuses, clarifies, enlarges and beclouds our view of this most remarkable of all mans' artifacts, the computer.

Dr. Alan Kay explains when "object-oriented" was first used and what it means. [] (Meaning of "Object-Oriented Programming" According to Dr. Alan Kay (meaning of OOP objectoriented definition term notion meaning explanation what is)), document, page 721691
http://www.purl.org/stefan_ram/pub/doc_kay_oop_en (permalink) is the canonical URI of this page.
Stefan Ram
Dr. Alan Kay on the Meaning of “Object-Oriented Programming”
(To link to this page, please use the canonical URI "http://www.purl.org/stefan_ram/pub/doc_kay_oop_en" only, because any other URI is valid only temporarily.)
E-Mail of 2003-07-23
Dr. Alan Kay was so kind as to answer my questions about the term “object-oriented programming”.
Clarification of "object-oriented" [E-Mail]