stopwords.go 16 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489
  1. package rules
  2. // TODO introduce skiplists:
  3. // https://github.com/danielmiessler/SecLists/blob/master/Miscellaneous/wordlist-skipfish.fuzz.txt
  4. // https://github.com/e3b0c442/keywords
  5. // https://gist.github.com/maxtruxa/b2ca551e42d3aead2b3d
  6. // https://github.com/HChakraborty/projects/commit/e860cb863ee9585c38db8360814b04ef9fa1bdce
  7. // https://github.com/UraniumX92/Discord-Bot-using-py/tree/224b2b71a58c25f420ce980f2ea49627b4b646f1/Data%20Files
  8. // https://github.com/Meen11/BSBI-Indexing/blob/63032017aa24f3111f18468607cd0db5997bb891/datasets/citeseer/11/10.1.1.27.6385.txt
  9. var DefaultStopWords = []string{
  10. "000000",
  11. "aaaaaa",
  12. "about",
  13. "abstract",
  14. "academy",
  15. "acces",
  16. "account",
  17. "act-",
  18. "act.",
  19. "act_",
  20. "action",
  21. "active",
  22. "actively",
  23. "activity",
  24. "adapter",
  25. "add-",
  26. "add.",
  27. "add_",
  28. "add-on",
  29. "addon",
  30. "addres",
  31. "admin",
  32. "adobe",
  33. "advanced",
  34. "adventure",
  35. "agent",
  36. "agile",
  37. "air-",
  38. "air.",
  39. "air_",
  40. "ajax",
  41. "akka",
  42. "alert",
  43. "alfred",
  44. "algorithm",
  45. "all-",
  46. "all.",
  47. "all_",
  48. "alloy",
  49. "alpha",
  50. "amazon",
  51. "amqp",
  52. "analysi",
  53. "analytic",
  54. "analyzer",
  55. "android",
  56. "angular",
  57. "angularj",
  58. "animate",
  59. "animation",
  60. "another",
  61. "ansible",
  62. "answer",
  63. "ant-",
  64. "ant.",
  65. "ant_",
  66. "any-",
  67. "any.",
  68. "any_",
  69. "apache",
  70. // "api-",
  71. // "api.",
  72. // "api_", lin_api_ is used for linear
  73. "app-",
  74. "app-",
  75. "app.",
  76. "app.",
  77. "app_",
  78. "app_",
  79. "apple",
  80. "arch",
  81. "archive",
  82. "archived",
  83. "arduino",
  84. "array",
  85. "art-",
  86. "art.",
  87. "art_",
  88. "article",
  89. "asp-",
  90. "asp.",
  91. "asp_",
  92. "asset",
  93. "async",
  94. "atom",
  95. "attention",
  96. "audio",
  97. "audit",
  98. "aura",
  99. "auth",
  100. "author",
  101. "author",
  102. "authorize",
  103. "auto",
  104. "automated",
  105. "automatic",
  106. "awesome",
  107. "aws_",
  108. "azure",
  109. "back",
  110. "backbone",
  111. "backend",
  112. "backup",
  113. "bar-",
  114. "bar.",
  115. "bar_",
  116. "base",
  117. "based",
  118. "bash",
  119. "basic",
  120. "batch",
  121. "been",
  122. "beer",
  123. "behavior",
  124. "being",
  125. "benchmark",
  126. "best",
  127. "beta",
  128. "better",
  129. "big-",
  130. "big.",
  131. "big_",
  132. "binary",
  133. "binding",
  134. "bit-",
  135. "bit.",
  136. "bit_",
  137. "bitcoin",
  138. "block",
  139. "blog",
  140. "board",
  141. "book",
  142. "bookmark",
  143. "boost",
  144. "boot",
  145. "bootstrap",
  146. "bosh",
  147. "bot-",
  148. "bot.",
  149. "bot_",
  150. "bower",
  151. "box-",
  152. "box.",
  153. "box_",
  154. "boxen",
  155. "bracket",
  156. "branch",
  157. "bridge",
  158. "browser",
  159. "brunch",
  160. "buffer",
  161. "bug-",
  162. "bug.",
  163. "bug_",
  164. "build",
  165. "builder",
  166. "building",
  167. "buildout",
  168. "buildpack",
  169. "built",
  170. "bundle",
  171. "busines",
  172. "but-",
  173. "but.",
  174. "but_",
  175. "button",
  176. "cache",
  177. "caching",
  178. "cakephp",
  179. "calendar",
  180. "call",
  181. "camera",
  182. "campfire",
  183. "can-",
  184. "can.",
  185. "can_",
  186. "canva",
  187. "captcha",
  188. "capture",
  189. "card",
  190. "carousel",
  191. "case",
  192. "cassandra",
  193. "cat-",
  194. "cat.",
  195. "cat_",
  196. "category",
  197. "center",
  198. "cento",
  199. "challenge",
  200. "change",
  201. "changelog",
  202. "channel",
  203. "chart",
  204. "chat",
  205. "cheat",
  206. "check",
  207. "checker",
  208. "chef",
  209. "ches",
  210. "chinese",
  211. "chosen",
  212. "chrome",
  213. "ckeditor",
  214. "clas",
  215. "classe",
  216. "classic",
  217. "clean",
  218. "cli-",
  219. "cli.",
  220. "cli_",
  221. "client",
  222. "client",
  223. "clojure",
  224. "clone",
  225. "closure",
  226. "cloud",
  227. "club",
  228. "cluster",
  229. "cms-",
  230. "cms_",
  231. "coco",
  232. "code",
  233. "coding",
  234. "coffee",
  235. "color",
  236. "combination",
  237. "combo",
  238. "command",
  239. "commander",
  240. "comment",
  241. "commit",
  242. "common",
  243. "community",
  244. "compas",
  245. "compiler",
  246. "complete",
  247. "component",
  248. "composer",
  249. "computer",
  250. "computing",
  251. "con-",
  252. "con.",
  253. "con_",
  254. "concept",
  255. "conf",
  256. "config",
  257. "config",
  258. "connect",
  259. "connector",
  260. "console",
  261. "contact",
  262. "container",
  263. "contao",
  264. "content",
  265. "contest",
  266. "context",
  267. "control",
  268. "convert",
  269. "converter",
  270. "conway'",
  271. "cookbook",
  272. "cookie",
  273. "cool",
  274. "copy",
  275. "cordova",
  276. "core",
  277. "couchbase",
  278. "couchdb",
  279. "countdown",
  280. "counter",
  281. "course",
  282. "craft",
  283. "crawler",
  284. "create",
  285. "creating",
  286. "creator",
  287. "credential",
  288. "crm-",
  289. "crm.",
  290. "crm_",
  291. "cros",
  292. "crud",
  293. "csv-",
  294. "csv.",
  295. "csv_",
  296. "cube",
  297. "cucumber",
  298. "cuda",
  299. "current",
  300. "currently",
  301. "custom",
  302. "daemon",
  303. "dark",
  304. "dart",
  305. "dash",
  306. "dashboard",
  307. "data",
  308. "database",
  309. "date",
  310. "day-",
  311. "day.",
  312. "day_",
  313. "dead",
  314. "debian",
  315. "debug",
  316. "debug",
  317. "debugger",
  318. "deck",
  319. "define",
  320. "del-",
  321. "del.",
  322. "del_",
  323. "delete",
  324. "demo",
  325. "deploy",
  326. "design",
  327. "designer",
  328. "desktop",
  329. "detection",
  330. "detector",
  331. "dev-",
  332. "dev.",
  333. "dev_",
  334. "develop",
  335. "developer",
  336. "device",
  337. "devise",
  338. "diff",
  339. "digital",
  340. "directive",
  341. "directory",
  342. "discovery",
  343. "display",
  344. "django",
  345. "dns-",
  346. "dns_",
  347. "doc-",
  348. "doc-",
  349. "doc.",
  350. "doc.",
  351. "doc_",
  352. "doc_",
  353. "docker",
  354. "docpad",
  355. "doctrine",
  356. "document",
  357. "doe-",
  358. "doe.",
  359. "doe_",
  360. "dojo",
  361. "dom-",
  362. "dom.",
  363. "dom_",
  364. "domain",
  365. "done",
  366. "don't",
  367. "dot-",
  368. "dot.",
  369. "dot_",
  370. "dotfile",
  371. "download",
  372. "draft",
  373. "drag",
  374. "drill",
  375. "drive",
  376. "driven",
  377. "driver",
  378. "drop",
  379. "dropbox",
  380. "drupal",
  381. "dsl-",
  382. "dsl.",
  383. "dsl_",
  384. "dynamic",
  385. "easy",
  386. "_ec2_",
  387. "ecdsa",
  388. "eclipse",
  389. "edit",
  390. "editing",
  391. "edition",
  392. "editor",
  393. "element",
  394. "emac",
  395. "email",
  396. "embed",
  397. "embedded",
  398. "ember",
  399. "emitter",
  400. "emulator",
  401. "encoding",
  402. "endpoint",
  403. "engine",
  404. "english",
  405. "enhanced",
  406. "entity",
  407. "entry",
  408. "env_",
  409. "episode",
  410. "erlang",
  411. "error",
  412. "espresso",
  413. "event",
  414. "evented",
  415. "example",
  416. "example",
  417. "exchange",
  418. "exercise",
  419. "experiment",
  420. "expire",
  421. "exploit",
  422. "explorer",
  423. "export",
  424. "exporter",
  425. "expres",
  426. "ext-",
  427. "ext.",
  428. "ext_",
  429. "extended",
  430. "extension",
  431. "external",
  432. "extra",
  433. "extractor",
  434. "fabric",
  435. "facebook",
  436. "factory",
  437. "fake",
  438. "fast",
  439. "feature",
  440. "feed",
  441. "fewfwef",
  442. "ffmpeg",
  443. "field",
  444. "file",
  445. "filter",
  446. "find",
  447. "finder",
  448. "firefox",
  449. "firmware",
  450. "first",
  451. "fish",
  452. "fix-",
  453. "fix_",
  454. "flash",
  455. "flask",
  456. "flat",
  457. "flex",
  458. "flexible",
  459. "flickr",
  460. "flow",
  461. "fluent",
  462. "fluentd",
  463. "fluid",
  464. "folder",
  465. "font",
  466. "force",
  467. "foreman",
  468. "fork",
  469. "form",
  470. "format",
  471. "formatter",
  472. "forum",
  473. "foundry",
  474. "framework",
  475. "free",
  476. "friend",
  477. "friendly",
  478. "front-end",
  479. "frontend",
  480. "ftp-",
  481. "ftp.",
  482. "ftp_",
  483. "fuel",
  484. "full",
  485. "fun-",
  486. "fun.",
  487. "fun_",
  488. "func",
  489. "future",
  490. "gaia",
  491. "gallery",
  492. "game",
  493. "gateway",
  494. "gem-",
  495. "gem.",
  496. "gem_",
  497. "gen-",
  498. "gen.",
  499. "gen_",
  500. "general",
  501. "generator",
  502. "generic",
  503. "genetic",
  504. "get-",
  505. "get.",
  506. "get_",
  507. "getenv",
  508. "getting",
  509. "ghost",
  510. "gist",
  511. "git-",
  512. "git.",
  513. "git_",
  514. "github",
  515. "gitignore",
  516. "gitlab",
  517. "glas",
  518. "gmail",
  519. "gnome",
  520. "gnu-",
  521. "gnu.",
  522. "gnu_",
  523. "goal",
  524. "golang",
  525. "gollum",
  526. "good",
  527. "google",
  528. "gpu-",
  529. "gpu.",
  530. "gpu_",
  531. "gradle",
  532. "grail",
  533. "graph",
  534. "graphic",
  535. "great",
  536. "grid",
  537. "groovy",
  538. "group",
  539. "grunt",
  540. "guard",
  541. "gui-",
  542. "gui.",
  543. "gui_",
  544. "guide",
  545. "guideline",
  546. "gulp",
  547. "gwt-",
  548. "gwt.",
  549. "gwt_",
  550. "hack",
  551. "hackathon",
  552. "hacker",
  553. "hacking",
  554. "hadoop",
  555. "haml",
  556. "handler",
  557. "hardware",
  558. "has-",
  559. "has_",
  560. "hash",
  561. "haskell",
  562. "have",
  563. "haxe",
  564. "hello",
  565. "help",
  566. "helper",
  567. "here",
  568. "hero",
  569. "heroku",
  570. "high",
  571. "hipchat",
  572. "history",
  573. "home",
  574. "homebrew",
  575. "homepage",
  576. "hook",
  577. "host",
  578. "hosting",
  579. "hot-",
  580. "hot.",
  581. "hot_",
  582. "house",
  583. "how-",
  584. "how.",
  585. "how_",
  586. "html",
  587. "http",
  588. "hub-",
  589. "hub.",
  590. "hub_",
  591. "hubot",
  592. "human",
  593. "icon",
  594. "ide-",
  595. "ide.",
  596. "ide_",
  597. "idea",
  598. "identity",
  599. "idiomatic",
  600. "image",
  601. "impact",
  602. "import",
  603. "important",
  604. "importer",
  605. "impres",
  606. "index",
  607. "infinite",
  608. "info",
  609. "injection",
  610. "inline",
  611. "input",
  612. "inside",
  613. "inspector",
  614. "instagram",
  615. "install",
  616. "installer",
  617. "instant",
  618. "intellij",
  619. "interface",
  620. "internet",
  621. "interview",
  622. "into",
  623. "intro",
  624. "ionic",
  625. "iphone",
  626. "ipython",
  627. "irc-",
  628. "irc_",
  629. "iso-",
  630. "iso.",
  631. "iso_",
  632. "issue",
  633. "jade",
  634. "jasmine",
  635. "java",
  636. "jbos",
  637. "jekyll",
  638. "jenkin",
  639. "job-",
  640. "job.",
  641. "job_",
  642. "joomla",
  643. "jpa-",
  644. "jpa.",
  645. "jpa_",
  646. "jquery",
  647. "json",
  648. "just",
  649. "kafka",
  650. "karma",
  651. "kata",
  652. "kernel",
  653. "keyboard",
  654. "kindle",
  655. "kit-",
  656. "kit.",
  657. "kit_",
  658. "kitchen",
  659. "knife",
  660. "koan",
  661. "kohana",
  662. "lab-",
  663. "lab-",
  664. "lab.",
  665. "lab.",
  666. "lab_",
  667. "lab_",
  668. "lambda",
  669. "lamp",
  670. "language",
  671. "laravel",
  672. "last",
  673. "latest",
  674. "latex",
  675. "launcher",
  676. "layer",
  677. "layout",
  678. "lazy",
  679. "ldap",
  680. "leaflet",
  681. "league",
  682. "learn",
  683. "learning",
  684. "led-",
  685. "led.",
  686. "led_",
  687. "leetcode",
  688. "les-",
  689. "les.",
  690. "les_",
  691. "level",
  692. "leveldb",
  693. "lib-",
  694. "lib.",
  695. "lib_",
  696. "librarie",
  697. "library",
  698. "license",
  699. "life",
  700. "liferay",
  701. "light",
  702. "lightbox",
  703. "like",
  704. "line",
  705. "link",
  706. "linked",
  707. "linkedin",
  708. "linux",
  709. "lisp",
  710. "list",
  711. "lite",
  712. "little",
  713. "load",
  714. "loader",
  715. "local",
  716. "location",
  717. "lock",
  718. "log-",
  719. "log.",
  720. "log_",
  721. "logger",
  722. "logging",
  723. "logic",
  724. "login",
  725. "logstash",
  726. "longer",
  727. "look",
  728. "love",
  729. "lua-",
  730. "lua.",
  731. "lua_",
  732. "mac-",
  733. "mac.",
  734. "mac_",
  735. "machine",
  736. "made",
  737. "magento",
  738. "magic",
  739. "mail",
  740. "make",
  741. "maker",
  742. "making",
  743. "man-",
  744. "man.",
  745. "man_",
  746. "manage",
  747. "manager",
  748. "manifest",
  749. "manual",
  750. "map-",
  751. "map-",
  752. "map.",
  753. "map.",
  754. "map_",
  755. "map_",
  756. "mapper",
  757. "mapping",
  758. "markdown",
  759. "markup",
  760. "master",
  761. "math",
  762. "matrix",
  763. "maven",
  764. "md5",
  765. "mean",
  766. "media",
  767. "mediawiki",
  768. "meetup",
  769. "memcached",
  770. "memory",
  771. "menu",
  772. "merchant",
  773. "message",
  774. "messaging",
  775. "meta",
  776. "metadata",
  777. "meteor",
  778. "method",
  779. "metric",
  780. "micro",
  781. "middleman",
  782. "migration",
  783. "minecraft",
  784. "miner",
  785. "mini",
  786. "minimal",
  787. "mirror",
  788. "mit-",
  789. "mit.",
  790. "mit_",
  791. "mobile",
  792. "mocha",
  793. "mock",
  794. "mod-",
  795. "mod.",
  796. "mod_",
  797. "mode",
  798. "model",
  799. "modern",
  800. "modular",
  801. "module",
  802. "modx",
  803. "money",
  804. "mongo",
  805. "mongodb",
  806. "mongoid",
  807. "mongoose",
  808. "monitor",
  809. "monkey",
  810. "more",
  811. "motion",
  812. "moved",
  813. "movie",
  814. "mozilla",
  815. "mqtt",
  816. "mule",
  817. "multi",
  818. "multiple",
  819. "music",
  820. "mustache",
  821. "mvc-",
  822. "mvc.",
  823. "mvc_",
  824. "mysql",
  825. "nagio",
  826. "name",
  827. "native",
  828. "need",
  829. "neo-",
  830. "neo.",
  831. "neo_",
  832. "nest",
  833. "nested",
  834. "net-",
  835. "net.",
  836. "net_",
  837. "nette",
  838. "network",
  839. "new-",
  840. "new-",
  841. "new.",
  842. "new.",
  843. "new_",
  844. "new_",
  845. "next",
  846. "nginx",
  847. "ninja",
  848. "nlp-",
  849. "nlp.",
  850. "nlp_",
  851. "node",
  852. "nodej",
  853. "nosql",
  854. "not-",
  855. "not.",
  856. "not_",
  857. "note",
  858. "notebook",
  859. "notepad",
  860. "notice",
  861. "notifier",
  862. "now-",
  863. "now.",
  864. "now_",
  865. "number",
  866. "oauth",
  867. "object",
  868. "objective",
  869. "obsolete",
  870. "ocaml",
  871. "octopres",
  872. "official",
  873. "old-",
  874. "old.",
  875. "old_",
  876. "onboard",
  877. "online",
  878. "only",
  879. "open",
  880. "opencv",
  881. "opengl",
  882. "openshift",
  883. "openwrt",
  884. "option",
  885. "oracle",
  886. "org-",
  887. "org.",
  888. "org_",
  889. "origin",
  890. "original",
  891. "orm-",
  892. "orm.",
  893. "orm_",
  894. "osx-",
  895. "osx_",
  896. "our-",
  897. "our.",
  898. "our_",
  899. "out-",
  900. "out.",
  901. "out_",
  902. "output",
  903. "over",
  904. "overview",
  905. "own-",
  906. "own.",
  907. "own_",
  908. "pack",
  909. "package",
  910. "packet",
  911. "page",
  912. "page",
  913. "panel",
  914. "paper",
  915. "paperclip",
  916. "para",
  917. "parallax",
  918. "parallel",
  919. "parse",
  920. "parser",
  921. "parsing",
  922. "particle",
  923. "party",
  924. "password",
  925. "patch",
  926. "path",
  927. "pattern",
  928. "payment",
  929. "paypal",
  930. "pdf-",
  931. "pdf.",
  932. "pdf_",
  933. "pebble",
  934. "people",
  935. "perl",
  936. "personal",
  937. "phalcon",
  938. "phoenix",
  939. "phone",
  940. "phonegap",
  941. "photo",
  942. "php-",
  943. "php.",
  944. "php_",
  945. "physic",
  946. "picker",
  947. "pipeline",
  948. "platform",
  949. "play",
  950. "player",
  951. "please",
  952. "plu-",
  953. "plu.",
  954. "plu_",
  955. "plug-in",
  956. "plugin",
  957. "plupload",
  958. "png-",
  959. "png.",
  960. "png_",
  961. "poker",
  962. "polyfill",
  963. "polymer",
  964. "pool",
  965. "pop-",
  966. "pop.",
  967. "pop_",
  968. "popcorn",
  969. "popup",
  970. "port",
  971. "portable",
  972. "portal",
  973. "portfolio",
  974. "post",
  975. "power",
  976. "powered",
  977. "powerful",
  978. "prelude",
  979. "pretty",
  980. "preview",
  981. "principle",
  982. "print",
  983. "pro-",
  984. "pro.",
  985. "pro_",
  986. "problem",
  987. "proc",
  988. "product",
  989. "profile",
  990. "profiler",
  991. "program",
  992. "progres",
  993. "project",
  994. "protocol",
  995. "prototype",
  996. "provider",
  997. "proxy",
  998. "public",
  999. "pull",
  1000. "puppet",
  1001. "pure",
  1002. "purpose",
  1003. "push",
  1004. "pusher",
  1005. "pyramid",
  1006. "python",
  1007. "quality",
  1008. "query",
  1009. "queue",
  1010. "quick",
  1011. "rabbitmq",
  1012. "rack",
  1013. "radio",
  1014. "rail",
  1015. "railscast",
  1016. "random",
  1017. "range",
  1018. "raspberry",
  1019. "rdf-",
  1020. "rdf.",
  1021. "rdf_",
  1022. "react",
  1023. "reactive",
  1024. "read",
  1025. "reader",
  1026. "readme",
  1027. "ready",
  1028. "real",
  1029. "reality",
  1030. "real-time",
  1031. "realtime",
  1032. "recipe",
  1033. "recorder",
  1034. "red-",
  1035. "red.",
  1036. "red_",
  1037. "reddit",
  1038. "redi",
  1039. "redmine",
  1040. "reference",
  1041. "refinery",
  1042. "refresh",
  1043. "registry",
  1044. "related",
  1045. "release",
  1046. "remote",
  1047. "rendering",
  1048. "repo",
  1049. "report",
  1050. "request",
  1051. "require",
  1052. "required",
  1053. "requirej",
  1054. "research",
  1055. "resource",
  1056. "response",
  1057. "resque",
  1058. "rest",
  1059. "restful",
  1060. "resume",
  1061. "reveal",
  1062. "reverse",
  1063. "review",
  1064. "riak",
  1065. "rich",
  1066. "right",
  1067. "ring",
  1068. "robot",
  1069. "role",
  1070. "room",
  1071. "router",
  1072. "routing",
  1073. "rpc-",
  1074. "rpc.",
  1075. "rpc_",
  1076. "rpg-",
  1077. "rpg.",
  1078. "rpg_",
  1079. "rspec",
  1080. "ruby-",
  1081. "ruby.",
  1082. "ruby_",
  1083. "rule",
  1084. "run-",
  1085. "run.",
  1086. "run_",
  1087. "runner",
  1088. "running",
  1089. "runtime",
  1090. "rust",
  1091. "rvm-",
  1092. "rvm.",
  1093. "rvm_",
  1094. "salt",
  1095. "sample",
  1096. "sample",
  1097. "sandbox",
  1098. "sas-",
  1099. "sas.",
  1100. "sas_",
  1101. "sbt-",
  1102. "sbt.",
  1103. "sbt_",
  1104. "scala",
  1105. "scalable",
  1106. "scanner",
  1107. "schema",
  1108. "scheme",
  1109. "school",
  1110. "science",
  1111. "scraper",
  1112. "scratch",
  1113. "screen",
  1114. "script",
  1115. "scroll",
  1116. "scs-",
  1117. "scs.",
  1118. "scs_",
  1119. "sdk-",
  1120. "sdk.",
  1121. "sdk_",
  1122. "sdl-",
  1123. "sdl.",
  1124. "sdl_",
  1125. "search",
  1126. "secure",
  1127. "security",
  1128. "see-",
  1129. "see.",
  1130. "see_",
  1131. "seed",
  1132. "select",
  1133. "selector",
  1134. "selenium",
  1135. "semantic",
  1136. "sencha",
  1137. "send",
  1138. "sentiment",
  1139. "serie",
  1140. "server",
  1141. "service",
  1142. "session",
  1143. "set-",
  1144. "set.",
  1145. "set_",
  1146. "setting",
  1147. "setting",
  1148. "setup",
  1149. "sha1",
  1150. "sha2",
  1151. "sha256",
  1152. "share",
  1153. "shared",
  1154. "sharing",
  1155. "sheet",
  1156. "shell",
  1157. "shield",
  1158. "shipping",
  1159. "shop",
  1160. "shopify",
  1161. "shortener",
  1162. "should",
  1163. "show",
  1164. "showcase",
  1165. "side",
  1166. "silex",
  1167. "simple",
  1168. "simulator",
  1169. "single",
  1170. "site",
  1171. "skeleton",
  1172. "sketch",
  1173. "skin",
  1174. "slack",
  1175. "slide",
  1176. "slider",
  1177. "slim",
  1178. "small",
  1179. "smart",
  1180. "smtp",
  1181. "snake",
  1182. "snippet",
  1183. "soap",
  1184. "social",
  1185. "socket",
  1186. "software",
  1187. "solarized",
  1188. "solr",
  1189. "solution",
  1190. "solver",
  1191. "some",
  1192. "soon",
  1193. "source",
  1194. "space",
  1195. "spark",
  1196. "spatial",
  1197. "spec",
  1198. "sphinx",
  1199. "spine",
  1200. "spotify",
  1201. "spree",
  1202. "spring",
  1203. "sprite",
  1204. "sql-",
  1205. "sql.",
  1206. "sql_",
  1207. "sqlite",
  1208. "ssh-",
  1209. "ssh.",
  1210. "ssh_",
  1211. "stack",
  1212. "staging",
  1213. "standard",
  1214. "stanford",
  1215. "start",
  1216. "started",
  1217. "starter",
  1218. "startup",
  1219. "stat",
  1220. "statamic",
  1221. "state",
  1222. "static",
  1223. "statistic",
  1224. "statsd",
  1225. "statu",
  1226. "steam",
  1227. "step",
  1228. "still",
  1229. "stm-",
  1230. "stm.",
  1231. "stm_",
  1232. "storage",
  1233. "store",
  1234. "storm",
  1235. "story",
  1236. "strategy",
  1237. "stream",
  1238. "streaming",
  1239. "string",
  1240. "stripe",
  1241. "structure",
  1242. "studio",
  1243. "study",
  1244. "stuff",
  1245. "style",
  1246. "sublime",
  1247. "sugar",
  1248. "suite",
  1249. "summary",
  1250. "super",
  1251. "support",
  1252. "supported",
  1253. "svg-",
  1254. "svg.",
  1255. "svg_",
  1256. "svn-",
  1257. "svn.",
  1258. "svn_",
  1259. "swagger",
  1260. "swift",
  1261. "switch",
  1262. "switcher",
  1263. "symfony",
  1264. "symphony",
  1265. "sync",
  1266. "synopsi",
  1267. "syntax",
  1268. "system",
  1269. "system",
  1270. "tab-",
  1271. "tab-",
  1272. "tab.",
  1273. "tab.",
  1274. "tab_",
  1275. "tab_",
  1276. "table",
  1277. "tag-",
  1278. "tag-",
  1279. "tag.",
  1280. "tag.",
  1281. "tag_",
  1282. "tag_",
  1283. "talk",
  1284. "target",
  1285. "task",
  1286. "tcp-",
  1287. "tcp.",
  1288. "tcp_",
  1289. "tdd-",
  1290. "tdd.",
  1291. "tdd_",
  1292. "team",
  1293. "tech",
  1294. "template",
  1295. "term",
  1296. "terminal",
  1297. "testing",
  1298. "tetri",
  1299. "text",
  1300. "textmate",
  1301. "theme",
  1302. "theory",
  1303. "three",
  1304. "thrift",
  1305. "time",
  1306. "timeline",
  1307. "timer",
  1308. "tiny",
  1309. "tinymce",
  1310. "tip-",
  1311. "tip.",
  1312. "tip_",
  1313. "title",
  1314. "todo",
  1315. "todomvc",
  1316. "token",
  1317. "tool",
  1318. "toolbox",
  1319. "toolkit",
  1320. "top-",
  1321. "top.",
  1322. "top_",
  1323. "tornado",
  1324. "touch",
  1325. "tower",
  1326. "tracker",
  1327. "tracking",
  1328. "traffic",
  1329. "training",
  1330. "transfer",
  1331. "translate",
  1332. "transport",
  1333. "tree",
  1334. "trello",
  1335. "try-",
  1336. "try.",
  1337. "try_",
  1338. "tumblr",
  1339. "tut-",
  1340. "tut.",
  1341. "tut_",
  1342. "tutorial",
  1343. "tweet",
  1344. "twig",
  1345. "twitter",
  1346. "type",
  1347. "typo",
  1348. "ubuntu",
  1349. "uiview",
  1350. "ultimate",
  1351. "under",
  1352. "unit",
  1353. "unity",
  1354. "universal",
  1355. "unix",
  1356. "update",
  1357. "updated",
  1358. "upgrade",
  1359. "upload",
  1360. "uploader",
  1361. "uri-",
  1362. "uri.",
  1363. "uri_",
  1364. "url-",
  1365. "url.",
  1366. "url_",
  1367. "usage",
  1368. "usb-",
  1369. "usb.",
  1370. "usb_",
  1371. "use-",
  1372. "use.",
  1373. "use_",
  1374. "used",
  1375. "useful",
  1376. "user",
  1377. "using",
  1378. "util",
  1379. "utilitie",
  1380. "utility",
  1381. "vagrant",
  1382. "validator",
  1383. "value",
  1384. "variou",
  1385. "varnish",
  1386. "version",
  1387. "via-",
  1388. "via.",
  1389. "via_",
  1390. "video",
  1391. "view",
  1392. "viewer",
  1393. "vim-",
  1394. "vim.",
  1395. "vim_",
  1396. "vimrc",
  1397. "virtual",
  1398. "vision",
  1399. "visual",
  1400. "vpn",
  1401. "want",
  1402. "warning",
  1403. "watch",
  1404. "watcher",
  1405. "wave",
  1406. "way-",
  1407. "way.",
  1408. "way_",
  1409. "weather",
  1410. "web-",
  1411. "web_",
  1412. "webapp",
  1413. "webgl",
  1414. "webhook",
  1415. "webkit",
  1416. "webrtc",
  1417. "website",
  1418. "websocket",
  1419. "welcome",
  1420. "welcome",
  1421. "what",
  1422. "what'",
  1423. "when",
  1424. "where",
  1425. "which",
  1426. "why-",
  1427. "why.",
  1428. "why_",
  1429. "widget",
  1430. "wifi",
  1431. "wiki",
  1432. "win-",
  1433. "win.",
  1434. "win_",
  1435. "window",
  1436. "wip-",
  1437. "wip.",
  1438. "wip_",
  1439. "within",
  1440. "without",
  1441. "wizard",
  1442. "word",
  1443. "wordpres",
  1444. "work",
  1445. "worker",
  1446. "workflow",
  1447. "working",
  1448. "workshop",
  1449. "world",
  1450. "wrapper",
  1451. "write",
  1452. "writer",
  1453. "writing",
  1454. "written",
  1455. "www-",
  1456. "www.",
  1457. "www_",
  1458. "xamarin",
  1459. "xcode",
  1460. "xml-",
  1461. "xml.",
  1462. "xml_",
  1463. "xmpp",
  1464. "xxxxxx",
  1465. "yahoo",
  1466. "yaml",
  1467. "yandex",
  1468. "yeoman",
  1469. "yet-",
  1470. "yet.",
  1471. "yet_",
  1472. "yii-",
  1473. "yii.",
  1474. "yii_",
  1475. "youtube",
  1476. "yui-",
  1477. "yui.",
  1478. "yui_",
  1479. "zend",
  1480. "zero",
  1481. "zip-",
  1482. "zip.",
  1483. "zip_",
  1484. "zsh-",
  1485. "zsh.",
  1486. "zsh_",
  1487. }