Skip to content

Instantly share code, notes, and snippets.

View paulius005's full-sized avatar
😁

Paulius paulius005

😁
View GitHub Profile
@paulius005
paulius005 / utc_offset_list.txt
Created March 20, 2023 05:24 — forked from jwillmer/utc_offset_list.txt
List of UTC offsets
Time offset Example time(ISO 8601 notation) Example locations
=========== =============================== =================
UTC−12:00 2014-03-14T20:19:12-12:00 Baker Island, Howland Island (both uninhabited)
UTC−11:00 2014-03-14T21:19:12-11:00 American Samoa, Niue
UTC−10:00 2014-03-14T22:19:12-10:00 United States (Hawaii)
UTC−09:30 2014-03-14T22:49:12-09:30 Marquesas Islands
UTC−09:00 2014-03-14T23:19:12-09:00 Gambier Islands
UTC−07:00 2014-03-15T01:19:12-07:00 Canada (northeastern British Columbia), Mexico (Sonora), United States (Arizona)
UTC−06:00 2014-03-15T02:19:12-06:00 Canada (almost all of Saskatchewan), Costa Rica, El Salvador, Ecuador (Galápagos Islands), Guatemala, Honduras, Mexico (most), Nicaragua
Last login: Wed Aug 28 17:41:54 on ttys005
Found '/Users/p/dev/desktop/.nvmrc' with version <10.15.0>
maNow using node v10.15.0 (npm v6.4.1)
k% ➜ desktop (1555b786) ✔ make run-staging
[17:53:29] Failed to load external module @babel/register
[17:53:29] Requiring external module babel-register
[17:53:31] Using gulpfile ~/dev/desktop/gulpfile.babel.js
[17:53:31] Starting 'default'...
[17:53:31] Starting 'webpack-dev-server'...
[17:53:42] webpack built electron Hash: 380f51323265099270cf
@paulius005
paulius005 / cbtCM
Created August 2, 2019 23:29
Catalina Beta 5 Audio CMSampleBuffer
CMTime(value: 512, timescale: 48000, flags: __C.CMTimeFlags(rawValue: 1), epoch: 0)
CMSampleBuffer 0x7f8e6a55c9f0 retainCount: 8 allocator: 0x7fff8f870920
invalid = NO
dataReady = YES
makeDataReadyCallback = 0x0
makeDataReadyRefcon = 0x0
buffer-level attachments:
com.apple.cmio.buffer_attachment.source_audio_format_description(P) = <CMAudioFormatDescription 0x7f8e6c716d90 [0x7fff8f870920]> {
mediaType:'soun'
@paulius005
paulius005 / studycloud
Created October 31, 2013 02:51
StudyCloud Gists
Compile script
sudo python scripts.py launch --config devpure
-----------------------------------------------------------------------------
@paulius005
paulius005 / 0_reuse_code.js
Created October 31, 2013 02:49
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console