Advertisement
Guest User

DEADED TAGS

a guest
Feb 8th, 2014
57
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. android-app
  10. angular.js
  11. app
  12. application
  13. apps
  14. as
  15. aspnet-mvc-5
  16. attack
  17. automatic
  18. availability
  19. aws-sdk
  20. ble
  21. bootstrap3
  22. bootstrap-3
  23. browse
  24. browser-issue
  25. calculation
  26. calculations
  27. camel
  28. career-development
  29. child
  30. clean
  31. code-dump
  32. columns
  33. compass
  34. complex
  35. computer
  36. concern
  37. concerns
  38. conversion
  39. convert
  40. cosmetic
  41. create
  42. csharp
  43. custom
  44. custom-functions
  45. database-query
  46. dereddict
  47. developer
  48. development
  49. devops
  50. dfp
  51. dim
  52. disable
  53. disabled
  54. display
  55. dragging
  56. dropdown
  57. ef6
  58. es5
  59. es6
  60. example
  61. exist
  62. expiration
  63. expire
  64. expired
  65. expires
  66. expiry
  67. extension
  68. fake
  69. false
  70. feature-request
  71. first
  72. float
  73. fun
  74. game
  75. game-development
  76. games
  77. gap
  78. gcl
  79. gef
  80. ghost
  81. google
  82. google-gson
  83. google-ios-apps
  84. guidance
  85. horizontal
  86. htm
  87. hw-assignment
  88. id
  89. increase
  90. indirect
  91. information
  92. insanity
  93. inserting
  94. inside
  95. interview-questions
  96. invalid
  97. ios-layout
  98. javascript-date
  99. javscript
  100. large
  101. largest
  102. length
  103. lib
  104. library
  105. machine
  106. manage
  107. mass
  108. minus
  109. multiple
  110. mvc-4
  111. mvc5
  112. mysql-function
  113. nacl
  114. ndb
  115. net
  116. new
  117. node
  118. oauth2
  119. objective
  120. odb
  121. of
  122. over
  123. pass
  124. php-functions
  125. plus
  126. program
  127. programmatic
  128. program-options
  129. psr
  130. python3
  131. python-3x
  132. quartz
  133. quiz
  134. rails4
  135. rails-4
  136. read
  137. reader
  138. regular
  139. reject
  140. related
  141. release-candidate
  142. remote
  143. remove
  144. removing
  145. responsive
  146. rest-api
  147. returning
  148. scanner
  149. script
  150. select2
  151. server
  152. simple
  153. sonata
  154. spa
  155. speculative
  156. standalone
  157. start
  158. studio
  159. subtracting
  160. tableless
  161. teaching
  162. third-party-library
  163. threats
  164. threejs
  165. topic
  166. troubleshooting
  167. true
  168. twitter-bootstrap-3.0
  169. udf
  170. understanding
  171. unexpected-error
  172. unittest
  173. unknown
  174. valid
  175. value
  176. values
  177. visual
  178. vs
  179. vs2013
  180. wallet
  181. webapi
  182. web.api
  183. web-development
  184. web-programming
  185. win8
  186. windowsforms
  187. workaround
  188. write
  189. zf2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement