- runtime
- ide
- path :
c:\arduino-1.6.5-r2
- version :
1_6_5
- path :
- ide
- name :
Arduino Leonardo
- vid
- 1 :
0x2341
- 0 :
0x2341
- 3 :
0x2A03
- 2 :
0x2A03
- 1 :
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; /opt/janus/etc/janus/janus.plugin.streaming.cfg | |
; [stream-name] | |
; type = rtp|live|ondemand|rtsp | |
; rtp = stream originated by an external tool (e.g., gstreamer or | |
; ffmpeg) and sent to the plugin via RTP | |
; live = local file streamed live to multiple listeners | |
; (multiple listeners = same streaming context) | |
; ondemand = local file streamed on-demand to a single listener | |
; (multiple listeners = different streaming contexts) | |
; rtsp = stream originated by an external RTSP feed (only |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import gtk | |
from pygst_utils.video_view.mode import VideoModeSelector | |
# Run with `ipython -i video_mode_selector_demo.py` | |
selector = VideoModeSelector() | |
selector.show_and_run() | |
# Press <ctrl>+c to drop back to IPython prompt. | |
checkbox = gtk.CheckButton() | |
selector.widget.add(checkbox) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copyright (c) 2021 Christian Fobel | |
Permission is hereby granted, free of charge, to any person obtaining | |
a copy of this software and associated documentation files (the | |
"Software"), to deal in the Software without restriction, including | |
without limitation the rights to use, copy, modify, merge, publish, | |
distribute, sublicense, and/or sell copies of the Software, and to | |
permit persons to whom the Software is furnished to do so, subject to | |
the following conditions: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <thrust/device_vector.h> | |
#include <thrust/reduce.h> | |
#include <thrust/copy.h> | |
#include <thrust/iterator/permutation_iterator.h> | |
#include <stdint.h> | |
#include <iterator> | |
#include <iostream> | |
#include <iomanip> | |
#define DUMPN(d_vector,N,dtype,width) \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tagger: Ryan Fobel <[email protected]> | |
Date: Thu Sep 15 18:38:01 2011 -0400 | |
Version 1.0 | |
commit cc3c0f140dda20c8b971b0a01d4d1723536384f2 | |
Author: Ryan Fobel <[email protected]> | |
Date: Wed Jul 6 09:07:03 2011 -0400 | |
Fix autoconnection of DmfControlBoard and function generator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIMP Palette | |
Name: Show me the numbers | |
Columns: 0 | |
# See here: http://www.amazon.ca/Show-Me-Numbers-Designing-Enlighten/dp/0970601999 | |
# A great book! Please support the author, Stephen Few | |
140 140 140 light-grey | |
136 189 230 light-blue | |
251 178 88 light-orange | |
144 205 151 light-green | |
246 170 201 light-pink |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Modeline and Notes { | |
" vim: set foldmarker={,} foldlevel=0 foldmethod=marker spell: | |
" | |
" __ _ _____ _ | |
" ___ _ __ / _/ |___ / __ __(_)_ __ ___ | |
" / __| '_ \| |_| | |_ \ _____\ \ / /| | '_ ` _ \ | |
" \__ \ |_) | _| |___) |_____|\ V / | | | | | | | | |
" |___/ .__/|_| |_|____/ \_/ |_|_| |_| |_| | |
" |_| | |
" |