Skip to content

Instantly share code, notes, and snippets.

View Pooshan's full-sized avatar
🎯
Focused and not finished

Pooshan Vyas Pooshan

🎯
Focused and not finished
  • Apple, Cisco, Chartboost, Marin Software, Sonikpass, Gigamon
  • San Francisco, California, United States
  • X @pooshanv
View GitHub Profile
Get Unity: https://store.unity.com/
Android SDK: https://developer.android.com/studio/intro/update.html
ConstructVR: https://www.constructvr.io
Asset Store: https://www.assetstore.unity3d.com/
@jackinside
jackinside / TickTickProviderHelper
Last active October 9, 2023 14:56
A utility class to work with TickTick's Content Provider. A full guide is available at https://docs.google.com/document/d/1zo0JdIWnQWi-D0v7xikknEnsLj4RmrzOuqzScdR_tm8
/**
* This class provides the URI, const values and some methods to work with TickTick's Content Provider.
*
* A guide is available on https://docs.google.com/document/d/1zo0JdIWnQWi-D0v7xikknEnsLj4RmrzOuqzScdR_tm8
*/
public class TickTickProviderHelper {
private static final Uri TASK_URI = Uri.parse("content://com.ticktick.task.data/tasks");
private static final Uri PROJECT_URI = Uri.parse("content://com.ticktick.task.data/tasklist");
private static final String TASK_CONTENT_ITEM_TYPE = "vnd.android.cursor.item/ticktick.task.task";

Moved

Now located at https://github.com/JeffPaine/beautiful_idiomatic_python.

Why it was moved

Github gists don't support Pull Requests or any notifications, which made it impossible for me to maintain this (surprisingly popular) gist with fixes, respond to comments and so on. In the interest of maintaining the quality of this resource for others, I've moved it to a proper repo. Cheers!

@dideler
dideler / 0-startup-overview.md
Last active May 3, 2024 11:03
Startup Engineering notes

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close