|
You are here |
blog.jak-linux.org | ||
| | | | |
sookocheff.com
|
|
| | | | | The Cloud Endpoints API comes packaged with endpointscfg.py to generate client libraries in JavaScript, Objective-C (for iOS) and Java (for Android). You can also generate a few additional client libraries using the Google APIs client generator. This article will show you how to use the generator to create a C# client library. | |
| | | | |
hackaday.io
|
|
| | | | | I've posted the scripts used to generate the anti-aliased text used in the User Interface. The first is a Photoshop script,CreateFontData.jsx. This makes a set of PNG files, one for each character. The second isConvertText.py, a Python script that takes the output of CreateFontData and generates C code for display the characters on the Epson LCD used in the project. Note these scripts have some hard-coded pathnames in them (to the development folder) but this is pretty easy to find and modify. | |
| | | | |
myles.eftos.id.au
|
|
| | | | | I have written a small colour picker using the Prototype javascript library, which I thought I would share with the world. It is very simple, but does the job suprisingly well. I may very well add extra features to it later on, so watch this space. You can download the source file here. Instructions for use Include prototype.js and colourPicker.js in you html Create a "target" element and a "trigger" element. The target element is the input tag that will store the colour hex code, so a text box or hidden input will work nicely. The trigger element is the element the user will click to popup the colour picker | |
| | | | |
www.greptile.com
|
|
| | | Learn how AI developer tools and code quality tools are transforming the way we write and maintain software. From catching bugs in real-time to automating tedious tasks like documentation and test generation, these tools empower us to improve code quality with AI in ways that were unimaginable just a few years ago. | ||