Skip to content

Instantly share code, notes, and snippets.

@ryanlua
ryanlua / fritzing-download.md
Last active July 18, 2026 14:25
Free download of Fritzing using the official download links

Fritzing Free Download

Important

This guide has been patched and not longer functioning. You can no longer download Fritzing for free using this.

You can use the below link to access Fritzing downloads for free.

https://fritzing.org/download?dlid=khfI2NwLQN4FHv5jAMd-2A

Additionally, below are direct download links to Fritzing.

@voluntas
voluntas / learning-obs-webrtc-whip.md
Last active June 11, 2025 02:02
時雨堂 OBS WebRTC/WHIP 入門 (講師資料)

時雨堂 OBS WebRTC/WHIP 入門 (講師資料)

これは時雨堂が 2023 年 11 月 21 日 (火) 15:00-17:00 で開催を予定しているオンラインイベント OBS WebRTC/WHIP 入門の 講師用 の資料であり、 参加者用の資料ではありません。

時雨堂 OBS WebRTC/WHIP 入門 オンラインイベント

概要

ChatGPT がある今、学ぼうと思えば好きなだけ学べる時代がきています。

@monokano
monokano / InDesignデフォルト調整.jsx
Last active March 1, 2026 01:36
InDesignのアプリケーションデフォルトを調整するスクリプト
//////////////////////////////////////////////////////////
// InDesignのアプリケーションデフォルトを調整する
//////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////
// 全バージョン共通
//すべての黒を正確に表示
with (app.colorSettings) {
idealizedBlackToScreen=false; //スクリーン
@dabit3
dabit3 / App.js
Created March 20, 2020 19:47
Expo + Amplify DataStore App
import Amplify from '@aws-amplify/core'
import config from './aws-exports'
Amplify.configure(config)
import React, { useState, useEffect } from 'react'
import { Text, View, TextInput, Button } from 'react-native'
import { DataStore } from '@aws-amplify/datastore'
import { Message} from './src/models'
const initialState = { color: 'black', title: '' }
import csv
import numpy as np
import matplotlib.pylab as plt
import matplotlib
from datetime import datetime
def import_data(filename, n_wheels):
with open(filename) as fh:
reader = csv.reader(fh, delimiter='\t')