Standard Go Project Layout. Contribute to golang-standards/project-layout development by creating an account on GitHub.

blake kathryn


PR's Tumblrdome
noise dept.
🪼
"I'm Dorothy Gale from Kansas"

roma★

Janaina Medeiros
taylor price

Product Placement
Cosmic Funnies
AnasAbdin
Game of Thrones Daily
Cosimo Galluzzi
KIROKAZE
dirt enthusiast
Three Goblin Art
h

❣ Chile in a Photography ❣

Love Begins
seen from North Macedonia
seen from North Macedonia

seen from Indonesia
seen from North Macedonia
seen from North Macedonia
seen from United States
seen from United Kingdom

seen from United States
seen from North Macedonia

seen from Germany

seen from Türkiye
seen from Singapore

seen from United States

seen from Germany

seen from Canada

seen from United States
seen from North Macedonia

seen from Switzerland

seen from United States
seen from United States
@sudevops
Standard Go Project Layout. Contribute to golang-standards/project-layout development by creating an account on GitHub.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
The Tumblr provider is used to interact with the many resources supported by tumblr.com. The provider needs to be configured with the proper credentials before it can be used. - rfiestas/terraform-...
Weather forecast
A weather forecast written in Go ready to deploy on google cloud functions.
git clone [email protected]:rfiestas/forecast.git
Resources
Apixu, free, fast, simple and fully managed JSON and XML Weather API and Geo Developer API
weather-icons, Weather Icons is the only icon font and CSS with 222 weather themed icons, ready to be dropped right into Bootstrap, or any project that needs high quality weather, maritime, and meteorological based icons!
Google Cloud Functions, Serverless application backends. Trigger your code from GCP services or call it directly from any web, mobile, or backend application.
Cloud Functions
Create a Apixu account, free plan offers 10.000 API calls per month. Get the API Key
Log on Google cloud functions console,then create a project and 2 cloud functions.
Name Runtime Memory allocated Executed function Environment variables index Go 1.11 128 MB ForecastAPIV1 forecast Go 1.11 128 MB GetIndex apixu_key = YOUR KEY
You can upload the go code to each cloud function or you can attach to a Google source cloud repository.
Also you can create cloud functions using gcloud sdk command line.
gcloud functions deploy index --entry-point "GetIndex" --runtime go111 --trigger-http --memory 128 gcloud functions deploy forecast --entry-point "ForecastAPIV1" --runtime go111 --trigger-http --memory 128 --set-env-vars "apixu_key=**YOUR KEY**"
Now you project is ready on https://us-central1-PROJECT.cloudfunctions.net/index
A weather forecast written in Go ready to deploy on google cloud functions.
I’m going to hazard a guess and say that everyone whose friends or family have ever flown on a plane, have used Flightradar24 — a free and convenient service for...

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Write, run, debug and share python code in your browser
Python micro:bit simulator
javascript level tool version to BBC micro:bit
New version of level tool written in javascript.
Check the simulator
or check repo
https://github.com/rfiestas/microbit_level_tool
BBC micro:bit level tool
BBC micro:bit
It is a pocket-sized computer 70 times smaller and 18 times faster than the original BBC Micro computers used in schools.
On this script i use the accelerometer as a level tool, it can be used to indicate how parallel (level) a surface is relative to the earth.
Read more on:
https://github.com/rfiestas/microbit_level_tool
jVectorMap uses only native browser technologies like JavaScript, CSS, HTML, SVG or VML. Many maps of the world, world regions, countries and cities are available for download from this site. All of them are made from the data in public domain or data licensed under the free licenses, so you can use them for any purpose without of charge

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
audio_visualization_fft
A Realtime Audio Visualization in Python using a Raspberrypi a Sense HAT and a USB microphone. On this script i use a USB microphone to get the audio, then calculate Fast Fourier transform to represent in the 8 x 8 RGB LED matrix,
Read more on:
https://github.com/rfiestas/audio_visualization
A fast Fourier transform (FFT) algorithm
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system.
converts and manipulates various color representation (HSL, RVB, web, X11, ...)
audio_visualization
A Realtime Audio Visualization in Python using a Raspberrypi a Sense HAT and a USB microphone.
Read more on:
https://github.com/rfiestas/audio_visualization

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
level_tool
The Sense Hat is an add-on board for Raspberry Pi, made especially for the Astro Pi mission.
On this script i use IMU sensor as a level tool, it can be used to indicate how parallel (level) a surface is relative to the earth. Led matrix show a point.
Read more on:
https://github.com/rfiestas/level_tool
Over the last few months, we’ve been working with US-based startup Trinket to develop a web-based emulator for the Sense HAT, the multipurpose add-on board for the Raspberry Pi which is also the core component of the Astro Pi units on the International Space Station. We wanted to provide a unique, free learning resource that brings the excitement of programming our space-qualified hardware to students, teachers, and others all over the world.