Advertisement
Guest User

SO DEAD TAG LIST

a guest
Apr 15th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cat tagurls.txt | sed 's/^http:\/\/stackoverflow.com\/questions\/tagged\///g' | sed 's/\?.*$//g' | sed 's/\+\(or\)\?/ /g' | sed 's/\s\+/\n/g' | sort | uniq | grep -P '\w' | split --lines=20 - split_tags_
  2.  
  3. for L in split_tags_a*; do echo -n "$L: http://stackoverflow.com/questions/tagged/" && echo -n `cat $L | sed ':a;N;$!ba;s/\n/+or+/g'` && echo -n "?sort=newest&pagesize=50" && echo && echo; done
  4.  
  5. access
  6. adding
  7. adjust
  8. advanced
  9. amazon-sdk
  10. android-app
  11. angular.js
  12. app
  13. application
  14. apps
  15. as
  16. aspnet-mvc
  17. asp-net-mvc-5
  18. aspnet-mvc-5
  19. attack
  20. automatic
  21. availability
  22. aws-sdk
  23. ble
  24. body
  25. bootstrap3
  26. bootstrap-3
  27. browse
  28. browser-issue
  29. c%2b%2b14
  30. calculation
  31. calculations
  32. camel
  33. career-development
  34. child
  35. clean
  36. code-dump
  37. coding-problem
  38. columns
  39. compass
  40. competitive-programming
  41. complex
  42. computer
  43. concern
  44. concerns
  45. conversion
  46. convert
  47. cosmetic
  48. crashing
  49. create
  50. csharp
  51. curiosity
  52. custom
  53. custom-functions
  54. d3js
  55. database-query
  56. dereddict
  57. developer
  58. development
  59. development-approach
  60. devops
  61. dfp
  62. dim
  63. disable
  64. disabled
  65. disappears
  66. display
  67. dragging
  68. dropdown
  69. ef6
  70. elif
  71. email-sending
  72. ember-invalid
  73. empty
  74. es5
  75. es6
  76. example
  77. exist
  78. expiration
  79. expire
  80. expired
  81. expires
  82. expiry
  83. extended
  84. extension
  85. fake
  86. false
  87. fatal
  88. feature-request
  89. fee
  90. first
  91. float
  92. fun
  93. game
  94. game-development
  95. game-programming
  96. games
  97. gap
  98. gcl
  99. gef
  100. geofence
  101. ghost
  102. google
  103. google-analytics-jscode
  104. google-chromecast-api
  105. google-client-api
  106. google-gson
  107. google-ios-apps
  108. google-plus-api
  109. gotcha
  110. guidance
  111. haystack
  112. heartbleed
  113. hls
  114. horizontal
  115. htm
  116. http-response-header
  117. hw-assignment
  118. hypothetical
  119. ib
  120. id
  121. ideal
  122. increase
  123. indirect
  124. information
  125. insanity
  126. inserting
  127. inside
  128. interview-questions
  129. invalid
  130. ios-layout
  131. javascript-date
  132. javscript
  133. kafka
  134. lamda
  135. large
  136. largest
  137. length
  138. lib
  139. library
  140. machine
  141. manage
  142. mass
  143. minimal-ui
  144. minus
  145. modification
  146. muc
  147. multiple
  148. must
  149. mvc-4
  150. mvc5
  151. mvc-asp
  152. mysql-function
  153. nacl
  154. ndb
  155. net
  156. new
  157. node
  158. non-technical
  159. oauth2
  160. objective
  161. odb
  162. of
  163. one-liner
  164. openoffice
  165. over
  166. pass
  167. pdo-exception
  168. plus
  169. program
  170. programmatic
  171. program-options
  172. psr
  173. python-3x
  174. quartz
  175. quiz
  176. rails4
  177. rails-4
  178. rails-4.1
  179. rails4.1
  180. read
  181. reader
  182. regular
  183. reject
  184. related
  185. release-candidate
  186. remote
  187. remove
  188. removing
  189. repo
  190. responsive
  191. rest-api
  192. returning
  193. rle
  194. rtt
  195. scanner
  196. script
  197. select2
  198. semver
  199. server
  200. simple
  201. single
  202. six
  203. software
  204. sonata
  205. spa
  206. speculative
  207. standalone
  208. start
  209. stored
  210. studio
  211. subtracting
  212. tableless
  213. teaching
  214. third-party-library
  215. threats
  216. threejs
  217. topic
  218. troubleshooting
  219. true
  220. twitter-bootstrap-3.0
  221. udf
  222. uncompressed
  223. understanding
  224. unexpected-error
  225. unittest
  226. unknown
  227. valid
  228. value
  229. values
  230. vanillajs
  231. videojs
  232. visibilty
  233. visual
  234. visual-basic
  235. vs
  236. vs2013
  237. vs-2013
  238. wallet
  239. webapi
  240. web.api
  241. web-development
  242. web-programming
  243. win8
  244. windowsforms
  245. workaround
  246. write
  247. xe5
  248. xref
  249. zf2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement