Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
29 results tagged creativecommons  ✕   ✕
drewcassidy/KSP-Conformal-Decals https://git.pileof.rocks/drewcassidy/KSP-Conformal-Decals
Thu 16 Dec 2021 02:21:10 PM PST archive.org

Conformal Decals adds a set of decal stickers to the game Kerbal Space Program (KSP), as well as providing a framework for creating your own decals which conform to the surface of the parts they are attached to.

This means that you can do other stuff with them, like make your own stickers and icons and suchlike. Especially interesting because it has the Semiotic Icons that were used in Alien.

Mirrored at https://github.com/drewcassidy/KSP-Conformal-Decals

License: CC-BY-SA v4.0.

decals graphics creativecommons games assets stickers icons
The Economy https://www.core-econ.org/the-economy/
Tue 09 Nov 2021 01:55:20 PM PST archive.org

CORE (Curriculum Open-access Resources in Economics)

CORE’s vision is that a radically transformed economics education can contribute to a more just, sustainable, and democratic world in which future citizens are empowered by a new economics to understand and debate how best to address pressing societal problems.

free creativecommons textbook economics online
don't panic! · walkaway handbook https://walkaway.wiki/
Mon 12 Aug 2019 07:49:38 PM PDT archive.org

This handbook is a prototype-in-progress for a much cooler peer-to-peer wiki system. Our goal is to create a solarpunk "Library of Alexandria" that lives in a distributed mesh, which makes it next to impossible to delete or destroy. Most of the projects in this version of the handbook are focused on hard/software, networking, and communication protocols. As we grow we hope to contribute more original research in other areas including bio-tech and botany.

Git repos for this book:
https://git.heropunch.io/~xj9/walkaway-handbook
https://gitlab.com/public-mirror/walkaway-handbook.git

wiki ebook solarpunk technology life creativecommons publicdomain projects
Internet Archive: Yahoo's geoplanet database https://archive.org/details/geoplanet_data_7.10.0.zip
Thu 27 Jun 2019 11:04:14 AM PDT archive.org

Since Yahoo killed off their Where-On-Earth (WOEID) API service, it hasn't been possible to use it to get WOEID maprefs for certain APIs. Thankfully, some kind soul uploaded it to the Internet Archive.

The contents are five TSV (tab separated value) files, a Readme.txt file, and a license.txt file.

If you want to read them into a SQLite database (and you'll need to set a primary key on each table), do this:

user@host: sqlite3 geoplanet.sqlite
sqlite> .mode tabs
sqlite> PRAGMA foreign_keys=off;

sqlite> CREATE TABLE adjacencies (id INTEGER PRIMARY KEY, Place_WOE_ID TEXT, Place_ISO TEXT, Neighbour_WOE_ID TEXT, Neighbour_ISO TEXT);
sqlite> .import geoplanet_adjacencies_7.10.0.tsv temp_adjacencies
sqlite> INSERT INTO adjacencies(Place_WOE_ID, Place_ISO, Neighbour_WOE_ID, Neighbour_ISO) SELECT Place_WOE_ID, Place_ISO, Neighbour_WOE_ID, Neighbour_ISO from temp_adjacencies;
sqlite> drop table temp_adjacencies;

sqlite> CREATE TABLE admins (id INTEGER PRIMARY KEY, WOE_ID TEXT, iso TEXT, State TEXT, County TEXT, Local_Admin TEXT, Country TEXT, Continent TEXT);
sqlite> .import geoplanet_admins_7.10.0.tsv temp_admins
sqlite> INSERT INTO admins(WOE_ID, iso, State, County, Local_Admin, Country, Continent) SELECT WOE_ID, iso, State, County, Local_Admin, Country, Continent from temp_admins;
sqlite> drop table temp_admins;

sqlite> CREATE TABLE aliases (id INTEGER PRIMARY KEY, WOE_ID TEXT, Name TEXT, Name_Type TEXT, Language Text);
sqlite> .import geoplanet_aliases_7.10.0.tsv temp_aliases
sqlite> INSERT INTO aliases(WOE_ID, Name, Name_Type, Language) SELECT WOE_ID, Name, Name_Type, Language from temp_aliases;
sqlite> DROP TABLE temp_aliases;

sqlite> CREATE TABLE changes (id INTEGER PRIMARY KEY, Woe_id TEXT, Rep_id TEXT, Data_Version TEXT);
sqlite> .import geoplanet_changes_7.10.0.tsv temp_changes
sqlite> INSERT INTO changes (Woe_id, Rep_id, Data_Version) SELECT Woe_id, Rep_id, Data_Version from temp_changes;
sqlite> DROP TABLE temp_changes;

sqlite> CREATE TABLE places (id INTEGER PRIMARY KEY, WOE_ID TEXT, ISO TEXT, Name TEXT, Language TEXT, PlaceType TEXT, Parent_ID TEXT);
sqlite> .import geoplanet_places_7.10.0.tsv temp_places
sqlite> INSERT INTO places (WOE_ID, ISO, Name, Language, PlaceType, Parent_ID) SELECT WOE_ID, ISO, Name, Language, PlaceType, Parent_ID from temp_places;
sqlite> drop table temp_places;

sqlite> PRAGMA foreign_keys=on;
sqlite> .quit

I would also recommend cleaning up after yourself:
user@host: sqlite3 geoplanet.sqlite
sqlite> VACUUM;
sqlite> .quit

The Geoplanet database is licensed by Yahoo! Geoplanet as Creative Commons By Attribution v3.0:
http://creativecommons.org/licenses/by/3.0/us/

geoplanet woeid howto database mapping gridref creativecommons data sql sqlite
The Gender Spectrum Collection by Broadly https://broadlygenderphotos.vice.com/
Wed 27 Mar 2019 04:42:42 PM PDT archive.org
images avatars lgbtq creativecommons photos people stock
Glitch | Public Domain Art & Code https://www.glitchthegame.com/public-domain-game-art/
Fri 08 Feb 2019 03:06:11 PM PST archive.org

The collaborative, web-based, massively multiplayer game Glitch began its initial private testing in 2009, opened to the public in 2010, and was shut down in 2012. It was played by more than 150,000 people and was widely hailed for its original and highly creative visual style.

The entire library of art assets from the game, has been made freely available, dedicated to the public domain. (CC0)

assets images games icons avatars sprites creativecommons
thewhitetulip/web-dev-golang-anti-textbook: Learn how to write webapps without a framework in Go. https://github.com/thewhitetulip/web-dev-golang-anti-textbook
Mon 11 Jun 2018 11:49:05 AM PDT archive.org

Github repo for a book that teaches you how to write web apps using Go.

github book creativecommons golang webapps development
Free Music Archive http://freemusicarchive.org/
Wed 30 May 2018 04:05:38 PM PDT archive.org

The Internet free music archive. Just what it says on the tin.

archives music free creativecommons publicdomain
Eclipse Phase http://eclipsephase.com/
Tue 20 Mar 2018 02:16:13 AM PDT archive.org

The official website for a transhumanist-themed RPG which is light on the rules but heavy on the "Wow, my character can do that?!" factor.

posthumans ai postapocalyptic transhumanism creativecommons indie existentialthreats nanotech rpg scifi xrisks
== Free Culture / Free Content == http://www.free-culture.cc/freecontent/
Tue 20 Mar 2018 02:01:21 AM PDT archive.org

The book that started the Creative Commons movement.

lessig society download politics technology web copyright media activism creativity writing internet creativecommons culture literature ebook free censorship law
Free sound samples - OLPC http://wiki.laptop.org/go/Sound_samples
Tue 20 Mar 2018 01:53:58 AM PDT archive.org
free wiki fx soundeffects sfx effects media loops community download collection samples creativecommons sounds audio archives
Welcome to Sufficiently Advanced - Sufficiently Advanced http://suffadv.wikidot.com/start
Tue 20 Mar 2018 01:46:49 AM PDT archive.org

A far future RPG in which the players play field agents keeping the peace between a dozen civilizations by any means necessary throughout the universe. Also has strong themes of political intrigue, wonder, and responsibility. Published under the Creative Commons v3 license, though you can purchase PDFs of it from DriveThruRpg.com or buy dead trees from lulu.com if you want to support the project.

wiki gaming scifi transhumanism adventure rpg creativecommons politics intrigue space travel
Invent Your Own Computer Games with Python - Learn how to program with a free ebook programming tutorial http://inventwithpython.com/
Tue 20 Mar 2018 01:42:34 AM PDT archive.org

A Creative Commons-licensed book by Al Sweigart that teaches programming in Python through writing your own video games. Full source code is included.

beginner computer education book gamedev creativecommons python ebook free programming games pdf
ArduinoCheatSheet - The Mechatronics Guy http://sites.google.com/site/mechatronicsguy/arduinocheatsheet
Tue 20 Mar 2018 01:39:16 AM PDT archive.org

A CC-licensed cheatsheet for building with and programming the Arduino.

reference arduino microcontrollers programming hardware download cheatsheet diy creativecommons pdf electronics
DIYLILCNC http://diylilcnc.org/
Tue 20 Mar 2018 01:05:06 AM PDT archive.org

The DIYLILCNC is a fully functional, open source 3-axis CNC that you can build with basic tools and parts that can be locally sourced. The idea is that you develop a 3D design in a CAD application, put feedstock into the CNC, and print your design to it, and it cuts and grinds away everything but what your design is supposed to be. Total cost of construction is about $700us. You can download the plans and DXF template files from the website for free (they have a CC-BY-SA license).

free plans diy download cnc creativecommons automill make cad project tools microfacture manufacturing
WikiHouse / Open Source Construction Set http://www.wikihouse.cc/
Tue 20 Mar 2018 12:52:36 AM PDT archive.org

Wikihouse is an archive of open source building designs contributed by engineers and architects around the world. Each design is peer-reviewed and analyzed by others to ensure that the designs are sound. Some of them have already been built and the results posted for further review. The design principles include being as easy to build by people with minimal formal training, as energy efficient as possible, and easy to modify to fit a particular purpose. All designs are made in Google Sketchup and can be cut with an automill if available.

modular housing cnc creativecommons sketchup design architecture foss diy
The Architecture of Open Source Applications http://www.aosabook.org/en/index.html
Tue 20 Mar 2018 12:49:56 AM PDT archive.org

A pair of books licensed in the Creative Commons (BY) which talk about the architecture of open source software. The core developers of four dozen projects talk about how their software is structured, and most importantly why. They were written so that F/OSS developers wouldn't have to learn by reinventing the wheel, instead there would be a reference.

There are two books, which you can read online and download for free. Or you can buy them as Kindle editions (the proceeds go to Amnesty International).

development foss ebook programming free creativecommons books design architecture engineering software
Javascript Progress / Percentage Bar with CSS by WebAppers http://www.webappers.com/progressBar/
Tue 20 Mar 2018 12:49:34 AM PDT archive.org

A collection of JavaScript and CSS progress bars that can be incorporated into websites. Creative Commons.

webdesign javascript byzantium creativecommons progressbar ajax html resources css widget
The Free Universal Construction Kit | F.A.T. http://fffff.at/free-universal-construction-kit/
Tue 20 Mar 2018 12:42:11 AM PDT archive.org

The Universal Construction Kit is a set of open source components that you can fab on a 3D printer, which allows the user to hook together different construction kits without duct tape or twist-ties. The components make it possible to use Lego, Duplo, K'Nex, Lincoln Logs, and other construction kits in the same project simultaneously.

The whole set can be downloaded as a .zip file from the website.

The .stl files carry a Creative Commons By Attribution/Noncommercial/Share Alike v3.0 license.

Note that the .stl files are in inches, not mm. Double-check the settings of your 3D printer before fabbing!

play kids foss 3dprinting lego creativecommons construction interoperability diy toys universal
Unix Toolbox http://cb.vu/unixtoolbox.xhtml
Tue 20 Mar 2018 12:34:16 AM PDT archive.org

A handy, all-in-one cheatsheet for Linux and UNIX environments. If you need to look up how to do something fiddly, this is a good place to look first.

cli howto unix sysadmin creativecommons cheatsheet linux bsd reference
page 1 / 2
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn