Skip to content

Instantly share code, notes, and snippets.

View muratsu's full-sized avatar
👨‍🍳
cooking

Murat Sutunc muratsu

👨‍🍳
cooking
View GitHub Profile
import {cloneable, signal, Curve, Node, NodeProps, Rect, RectProps} from '@revideo/2d';
import {
all,
DEFAULT,
easeInOutCubic,
InterpolationFunction,
modify,
PossibleVector2,
Reference,
SignalValue,
<div class="card-header file-diff-node__header" style="display: block">
<div style="display: block">
<img
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxMDI0IiB3aWR0aD0iODk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yNTYgNDQ4djEyOGgzODRWNDQ4SDI1NnpNODMyIDY0SDY0QzAgNjQgMCAxMjggMCAxMjh2NzY4YzAgMCAwIDY0IDY0IDY0IDAgMCA3MDQgMCA3NjggMHM2NC02NCA2NC02NFYxMjhDODk2IDEyOCA4OTYgNjQgODMyIDY0ek03NjggODAwYzAgMzItMzIgMzItMzIgMzJIMTYwYzAgMC0zMiAwLTMyLTMyVjIyNGMwLTMyIDMyLTMyIDMyLTMyaDU3NmMwIDAgMzIgMCAzMiAzMkM3NjggMjI0IDc2OCA3NzMuMjUgNzY4IDgwMHoiLz48L3N2Zz4="
style="
height: 12px;
filter: invert(21%) sepia(99%) saturate(7225%) hue-rotate(358deg)
brightness(100%) contrast(110%);
"
/><span> : base status item</span>
@muratsu
muratsu / motor.py
Last active February 28, 2020 20:38
motor
#!/usr/bin/env python
# Import required modules
import time
import RPi.GPIO as GPIO
# Declare the GPIO settings
GPIO.setmode(GPIO.BOARD)
# set up GPIO pins
@muratsu
muratsu / github-timeline-events-comparison.md
Created February 24, 2020 03:41 — forked from dahlbyk/github-timeline-events-comparison.md
GitHub API Comparison: Issue Events vs Issue Timeline
@muratsu
muratsu / jquery.js
Last active December 22, 2016 16:42
// Make the ajax request
$.ajax({
url: '/demo',
method: "POST",
cache: false,
data: {
/*some data*/
}
})
.done(function(guid) {
call git clone https://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos.git
call git clone https://git-wip-us.apache.org/repos/asf/cordova-android.git
call git clone https://git-wip-us.apache.org/repos/asf/cordova-app-harness.git
call git clone https://git-wip-us.apache.org/repos/asf/cordova-app-hello-world.git
call git clone https://git-wip-us.apache.org/repos/asf/cordova-bada.git
call git clone https://git-wip-us.apache.org/repos/asf/cordova-blackberry.git
call git clone https://git-wip-us.apache.org/repos/asf/cordova-browser.git
call git clone https://git-wip-us.apache.org/repos/asf/cordova-cli.git
call git clone https://git-wip-us.apache.org/repos/asf/cordova-coho.git
call git clone https://git-wip-us.apache.org/repos/asf/cordova-docs.git
@muratsu
muratsu / searchbar
Created July 18, 2015 00:54
react-searchbar
@muratsu
muratsu / gist:3b90f963810a62f0b660
Last active August 29, 2015 14:22
search page faq

NPM Plugin Search FAQ

What is npm Plugin Search?

On April 21 2015, Cordova team announced plans to move core and 3rd party plugins to npm ecosystem. npm Plugin Search page offers an easy and user friendly way to browse plugins that have completed this transition.

What version of Cordova do I need to use npm?

To start using plugins from npm, Cordova CLI version 5.0.0 or higher is required.

How do I install plugins from npm?

{
"name": "foo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
@muratsu
muratsu / stale_branches.js
Last active August 29, 2015 14:19
finds stale msopentech cordova branches
var exec = require('child_process').execSync;
var cordovaProjects = [
'cordova-amazon-fireos',
'cordova-android',
'cordova-app-harness',
'cordova-app-hello-world',
'cordova-bada',
'cordova-blackberry',
'cordova-browser',
'cordova-cli',