http://www.java2s.com/Open-Source/Java_Free_Code/API/List_of_Free_code_API.htm Projects 112 api Fukko Iine Souce Code. 4Store API Java API for using 4Store. AAAH SNAYKUU An engine/ API for programming (and battling) Snake bots in Java!. agmip translators AgMIP Core API Translators. agorava core Agorava Core API and Implentations. android actionbar compat This compatibility library makes the ActionBar API available to Froyo+ devices. … Continue reading Java libraries/API for some popular sites/services
Computing
Java libraries (or Android) for Etsy
Personal note: not sure if this works in my case. But will give it a try... http://www.java2s.com/Open-Source/Java_Free_Code/API/Download_EtsyAndroidSDK_Free_Java_Code.htm Description Java Libraries for Etsy API. Source Files The download file EtsyAndroidSDK-master.zip has the following entries. Etsy_API_Android_Add-Ons/.DS_Store Etsy_API_Android_Add-Ons/.classpath Etsy_API_Android_Add-Ons/.project Etsy_API_Android_Add-Ons/AndroidManifest.xml Etsy_API_Android_Add-Ons/gen/com/etsy/etsyAndroid/BuildConfig.java Etsy_API_Android_Add-Ons/gen/com/etsy/etsyAndroid/R.java Etsy_API_Android_Add-Ons/libs/etsy_api_android_library.jar Etsy_API_Android_Add-Ons/libs/scribe-1.3.0.jar Etsy_API_Android_Add-Ons/proguard-project.txt Etsy_API_Android_Add-Ons/project.properties Etsy_API_Android_Add-Ons/res/drawable-hdpi/ic_launcher.png Etsy_API_Android_Add-Ons/res/drawable-ldpi/ic_launcher.png Etsy_API_Android_Add-Ons/res/drawable-mdpi/ic_launcher.png Etsy_API_Android_Add-Ons/res/drawable-xhdpi/ic_launcher.png Etsy_API_Android_Add-Ons/res/layout/main.xml Etsy_API_Android_Add-Ons/res/values/strings.xml Etsy_API_Android_Add-Ons/src/com/etsy/etsyAndroid/EtsyAPIAndroidAddOnsActivity.java Etsy_API_Android_Add-Ons/src/com/etsy/etsyAndroid/SharedPreferencesStorage.java Etsy_API_Java_Library/.DS_Store Etsy_API_Java_Library/.classpath Etsy_API_Java_Library/.externalToolBuilders/Makejar.launch … Continue reading Java libraries (or Android) for Etsy
A few useful programming languages
Processing (Java language/libraries, a lot of social media sites provide Java API to developers) Python (a scripting language that has rich libraries for fast development) Java (Android development) C/C++ Arduino (for microcontroller programming, C/C++; as low as $6.00 for the UNO version)
How to set up your own web server using Ubuntu
This is from a very old post. Ever wanted to have a place where you could keep your files and access them anywhere you get an Internet connection? Say you wanted to have your music library available in case you wanted to give a song to one of your friends, or maybe you wanted to … Continue reading How to set up your own web server using Ubuntu
How to obtain an Access Token (user and page) from Facebook for publishing post in Java API
1. Go to "developers.facebook.com" and log in with your identity 2. Go to "My Apps" and create an application 3. Go to "Tools & Support" and check on "Access Token Tool" 4. Go to "Tools & Support" and check on "Graph API Explore" 5. If you want to publish a message with picture, you should … Continue reading How to obtain an Access Token (user and page) from Facebook for publishing post in Java API
How to create another set of ThinkPad recovery media (tested on T510)
Lenovo, in their infinite wisdom, have changed how they store the fact that the recovery image has already been created in newer versions of their recovery software. Amusingly they have not bothered to correct the "Microsoft Window" typo as well! Process Monitor reveals that recovburncd.exe reads the file Q:\FactoryRecovery\RECOVERY.INI:DONE before bugging out. The colon indicates … Continue reading How to create another set of ThinkPad recovery media (tested on T510)
How to install a USB WiFi adapter on Raspberry Pi or Ubuntu?
How to install TP-Link TL-WN725N on Raspberry Pi The TP-Link TL-WN725N is known as a hard one to get working on your Raspberry Pi. After searching for a long time, I finally got it working. In this post, I will tell you how to install it. It is recommended to upgrade your Raspberry Pi first. … Continue reading How to install a USB WiFi adapter on Raspberry Pi or Ubuntu?
On modeling a surface-based fluid cavity in ABAQUS
0. In the "Edit Model Attributes" window, provide absolute zero temperature and universal gas constant (8.314). 1. Define the cavity. The cavity could be an interior surface on a closed shell-like structure or a "bag". Go to "Tools" -> "Surface" -> "Manager" to create a closed surface. Make sure that the surface's normal is inward. … Continue reading On modeling a surface-based fluid cavity in ABAQUS
How to install ABAQUS on Ubuntu?
The instructions below have been tested on Ubuntu 12 and 14. 1. Install C shell (CSH or TCSH) sudo apt-get install csh tcsh cd ~ mkdir ~/abaqus mkdir ~/abaqustemp mkdir ~/abaqusworks 2. Install the license server and product Open up an terminal, switch to CSH shell. csh Now, install license server and product using … Continue reading How to install ABAQUS on Ubuntu?
How to install WordPress on a localhost (Ubuntu/Debian)
1. Install a LAMP stack (apache2, php, mariaDB) sudo apt update sudo apt install apache2 mariadb-server sudo apt install php php-mysql -y Don't forget to run sudo mysql_secure_installation MySql will ask you to set up a password for the root account. Check your IP address (ifconfig) and put it in a browser. This will make … Continue reading How to install WordPress on a localhost (Ubuntu/Debian)