View allAll Photos Tagged GitHub
Created with: github.com/linusmossberg/button-mosaic
This image is made up of 16 471 buttons.
The original creative commons images of buttons were taken by:
Andy M Johnson, Arlene Janner, Bernard Spragg, laurabillings, Mark Morgan Trinidad B, Presley*, Silvia Siri, mag3737, Dean Hochman, Littlelixie, MyTangerineDreams, Salvagenation, scrappy annie, ShellyS, Vintage Sailor, vaula, welshkaren, wuestenigel
Free photos. Set 12.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 13.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 29.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 24.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Liebeszauber, Love Spells, Hexenzauber, Hexenrituale, Sorcieres, Strega, Witchcraft,https://hexenzauber.github.io/brighid/
DOOM
-8000x3375 (SRWE hotsampling)
-Camera Tools by Otis_Inf
-Duncan Harris' CE Table for AR fixing
-Reversed version using -this guide
Free photos. Set 23.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
Free photos. Set 14.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
github.com/aaronpk/Wordpress-IRC-Notification
Receive notifications to an IRC channel when posts are published or comments are posted. Configuration page allows for customizing the text sent to the IRC channel. Use this with the MediaWiki RecentChanges IRC Bot.
sometimes coding late into the night is counter-productive. This is a snapshot of our git repository (a system for allowing multiple programmers to work on some code without overwriting each other's work). An orderly 'checkout - change - check-in' looks like the area on the left. We were looking good until sometime around 2am when we tied a knot in our code that took a half hour to get undone again
ZoomCharts is very excited to be attending the Collision Tech Conference on May 5-6, 2015 in Downtown Las Vegas.
Collision is the worldâs largest and leading startup and investor event, the fastest growing conference in the US, and the sister event of European tech conference Web Summit, which has been noted by Forbes as âthe event to attend in Europe.â Startups that are part of Collision are changing the face of technology.
This yearâs Collision conference will hold over 10,000 people, 1000 startups, and more than 500 speakers, including founders, investors, CEOs, designers, thinkers, and business leaders from companies like Google, Microsoft, and Facebook. Previous presenters have included companies like Dropbox, Vine, Goldman Sachs, Uber, Nest, Coursera, and Google Ventures.
Some very notable presenters will be in attendance, including Zappos CEO Tony Hsieh, former Apple CEO John Sculley, and GitHub Co-Founder and CEO Chris Wanstrath. Former speakers have included big names such as Eva Longoria, Tony Hawk, Arianna Huffington, and Bono.
World leading media outlets have also attended past events, including Wired, BBC, The Wall Street Journal, The New York Times, Financial Times, The Guardian, and Vanity Fair.
The ZoomCharts team is gearing up to join this prestigious event, where startups will be provided with networking opportunities, exclusive meetings, and one on one workshops with investors, media, and partners.
ZoomCharts is a leading data visualization provider, offering the worldâs most interactive data visualization software. All charts and graphs are completely interactive, support big data sets, work on all modern devices including touch screens, and perform at unmatched high speeds. Create stunning visual representations of all your data by and improve the efficiency of your data analysis, organization, and presentation by adding ZoomCharts to your organizationâs toolset.
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The worldâs most interactive data visualization software
#zoomcharts #interactive #data #visualization #interactivedata #datavisualization #chart #graph #charts #graphs #bigdata #dataviz #Collision #tech #techconference #LasVegas #Vegas #startup #investor #WebSummit #Forbes #Europe #Google #Microsoft #Facebook #Dropbox #Vine #GoldmanSachs #Uber #Nest #Coursera #GoogleVentures #Zappos #TonyHsieh #Apple #JohnSculley #GitHub #ChrisWanstrath #EvaLongoria #TonyHawk #AriannaHuffington #Bono #Wired #BBC #WallStreetJournal #NewYorkTimes #FinancialTimes #Guardian #VanityFair
Free photos. Set 16.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
It takes a digital village: An empirical and analytical look at what grows strong communities across GitHub.com
Ben Balter (GitHub)
Screen-shot form Rails project. Look at it yourself, it’s dynamic: dmitry.baranovskiy.com/work/github/
7 June 2017 - OECD Forum 2017: BLI: Coding the Law with Alain Hélaïli, Solutions Engineer, Github www.oecd.org/bli
Photo: OECD/ Salome Suarez
Free photos. Set 10.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io
previous movies are here youtube.com/danpaluska, no webcam on those. starting webcam add today.
github.com/danpaluska/OneMinutePerDay/blob/master/capture.sh
#! /bin/sh
# THIS VERSION TAKES A WEBCAM PIC AND BLENDS IT WITH SCREENSHOT
# ***************************************
# ******OMPD - One Minute Per Day - Voluntary Anthropology
# ******public timelapse wall
# need to install ffmpeg and imagemagick for this to work
# maybe wacaw too
# **************
# **************
# whatever you want to be your directory of files
cd ~/Pictures/OMPD
# make a subdirectory with today's date, then go to it.
mkdir `date +%Y-%m`
cd `date +%Y-%m`
screencapture -m -x -t jpg last.jpg
DDDATE=`date +%Y%m`
DATETIME=`date +%Y%m%d%H%M%S`
RAMP=9
counter=10000
# at 15 seconds per shot, 4/min, 240/hr, 10 hours = 2400 shots
# while [ $counter -ne 3400 ] # run a fixed number of shots.
#while [ `date +%H` -lt 23 ] # if it's less that 11pm
while [ 1 ] # run all the time
do
DATETIME=`date +%Y%m%d%H%M%S`
NOWDATE=`date +%Y%m`
if [ $NOWDATE -gt $DDDATE ]
then
echo "month change"
counter=100000
for f in screen*.jpg; do
let "counter+=1"
mv $f renum${counter:1}.jpg
done
# convert *.jpg ~/Movies/AUTOUPLOAD/OMPD-$DDDATE-$DATETIME.mp4
# for f in *.jpg; do let "counter+=1"; mv $f screen${counter:1}.jpg ; done
#done
# -g sets keyframes. useful if you ever edit the file later
ffmpeg -r 20 -b 5000 -g 1 -i renum%05d.jpg -sameq -s 720x450 ~/Movies/AUTOUPLOAD/OMPD-$DDDATE.mp4
#ffmpeg -r 10 -sameq -i webcam%04d.jpg ~/Movies/AUTOUPLOAD/camTL-$DDDATE.mp4
#ffmpeg -r 15 -b 5000 -i webcam%04d.jpg ~/Movies/AUTOUPLOAD/`
# -b 5000 to limit movie size.
cd ~/Pictures/OMPD
mkdir `date +%Y-%m-%d`
cd `date +%Y-%m-%d`
sleep 1
screencapture -m -x -t jpg last.jpg
screencapture -m -x -t jpg new.jpg
screencapture -m -x -t jpg middle.jpg
counter=10000
DDDATE=`date +%Y%m`
fi
#let "counter+=1"
echo $DATETIME
#echo $counter # if you want to see the progression on the terminal window
# capture a JPG screenshot
let "RAMP%=6"
let "RAMP+=1"
echo $RAMP
#screencapture -m -x -t jpg screen${counter:1}.jpg
screencapture -m -x -t jpg new.jpg
#composite /Users/danielpaluska/Pictures/OMPD/wave_gradient6.png new.jpg -displace 3x3 middle.jpg #screen$DATETIME.jpg
composite -blend 35 new.jpg last.jpg -matte middle.jpg
wacaw --jpeg -n 4 webcam
composite -blend 50 webcam.jpeg middle.jpg last.jpg
#composite -blend 50 -gravity center /Users/danielpaluska/OneMinutePerDay/label.gif middle.jpg middle.jpg
#cp middle.jpg last.jpg
#mv temp.jpg screen$DATETIME.jpg
convert last.jpg -resize %50 screen$DATETIME.jpg
#wacaw --jpeg -n 4 webcam${counter:1}.jpg
echo "captured images"
# resize images using imagemagick here?
#mogrify screen$DATETIME.jpg -resize 720x450
# add additional imagemagick filters that intentionally art-ify the images?
echo "made screen smaller"
# convert webcam${counter:1}.jpg.jpeg -resize 95% webcam${counter:1}.jpg
# mv webcam$DATETIME.jpg.jpeg webcam$DATETIME.jpg
#convert screen${counter:1}.jpg -resize 50% screen${counter:1}.jpg
# capture an image from the webcam using wacaw package. get from sourceforge
#
# download zip file. unzip. run these two things at command line
# sudo cp wacaw /usr/local/bin; sudo chmod +x /usr/local/bin/wacaw
echo yofool
# number of seconds between shots
sleep 20
# make a beep here? display a shot onscreen?
done
# one shot/15sec, played at 10 fps = 150x speedup. 150min(2.5hr) = 1 min vid. 10hrs = 4min
# about mac cron jobs on laptops and sleep times
Free photos. Set 12.
Use it freely in personal and commercial projects.
CC-License
Photos: Anthony Clochard / wuipdesign.github.io