VirtualTam's bookmarks
7 bookmarks found
Page 1 of 1
-
Portmanteau algorithms
2017-11-12 - https://en.wikipedia.org/wiki/Portmanteau
- https://en.wikipedia.org/wiki/List_of_portmanteaus
- https://www-users.cs.umn.edu/~kluve018/portmanteau1.html
- http://pythonexample.com/snippet/python/portmanteaupy_rfong_python
- https://github.com/jamcowl/PORTMANTEAU-BOT
- https://gist.github.com/aparrish/5416755
-
Python: get current datetime as a Unix epoch
2017-01-04 1import calendar 2import time 3 4calendar.timegm(time.gmtime())
-
And more generally, "emacs as a <language> IDE":
- code completion
- snippet / templates
- project view
- syntax checking
- test harness utilities
See also:
-
item = Jenkins.instance.getItemByFullName("your-job-name-here") // THIS WILL REMOVE ALL BUILD HISTORY item.builds.each() { build -> build.delete() } item.updateNextBuildNumber(1)
Page 1 of 1