Halaman

Tampilkan postingan dengan label C++. Tampilkan semua postingan
Tampilkan postingan dengan label C++. Tampilkan semua postingan

Kamis, 14 Mei 2020

Writing Android Apps In C, No Java Required

. Kamis, 14 Mei 2020 .

Older Android devices can be had for a song, and in many cases are still packing considerable computational power. With built in networking, a battery, and a big touch screen, they could easily take the place of a Raspberry Pi and external display in many applications. As it so happens, Google has made it very easy to develop your own Android software. There’s only one problem: you’ve got to do it in Java.
Looking to get away from all that bloat and overhead, [CNLohr] set out to see what it would take to get 100% C code running on an Android device. After collecting information and resources from the deepest and darkest corners of the Internet, he found out that the process actually wasn’t that bad. He’s crafted a makefile which can be used to get your own C program up and running in seconds.
We mean that literally. As demonstrated in the video after the break, [CNLohr] is able to compile, upload, and run a C Android program in less than two seconds with a single command. This rapid development cycle allows you to spend more time on actually getting work done, as you can iterate through versions of your code almost as quickly as if you were running them on your local machine.
[CNLohr] says you’ll still need to have Google’s Android Studio installed, so it’s not as if this is some clean room implementation. But once it’s installed, you can just call everything from his makefile and never have to interact with it directly. Even if you don’t have any problem with the official Android development tools, there’s certainly something to be said for being able to write a “Hello World” that doesn’t clock in at multiple-megabytes.





https://hackaday.com/2020/05/13/writing-android-apps-in-c-no-java-required/

(Read More..)

Kamis, 24 Desember 2015

lwan

. Kamis, 24 Desember 2015 .

Lwan is a high-performance & scalable web server.
Requests per second vs. number of concurrent connections?

Hello, World! (C)
100B file

Hello, World! (LuaJIT)
32KiB file
In development for over 3 years, Lwan was until recently a personal research effort that focused mostly on building a solid infrastructure for a lightweight and speedy web server.
With its low disk and memory footprints, it's suitable to be used from embedded devices to robust servers. Both static and dynamic content can be served, as it can also be used as a library. Dynamic content can be generated by code written in either C or Lua.

(Read More..)

Sabtu, 14 November 2015

clibs : package manager for c

. Sabtu, 14 November 2015 .

https://medium.com/@tjholowaychuk/introducing-clib-b32e6e769cb3
https://github.com/clibs/clib/wiki/Packages
https://blog.ashworth.in/the-advent-of-clib-the-c-package-manager/
https://github.com/clibs/clib

(Read More..)

Rabu, 01 Januari 2014

HID API for Linux, Mac OS X, and Windows

. Rabu, 01 Januari 2014 .

HIDAPI is a multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices on Windows, Linux, and Mac OS X. While it can be used to communicate with standard HID devices like keyboards, mice, and Joysticks, it is most useful when used with custom (Vendor-Defined) HID devices. Many devices do this in order to not require a custom driver to be written for each platform. HIDAPI is easy to integrate with the client application, just requiring a single source file to be dropped into the application. On Windows, HIDAPI can optionally be built into a DLL.
http://www.signal11.us/oss/hidapi/

(Read More..)

Minggu, 15 September 2013

Control Panel Commandlines

. Minggu, 15 September 2013 .

http://techsupt.winbatch.com/ts/T000001043001F3.html

(Read More..)

Sabtu, 24 Agustus 2013

JavaScript + Other Languages Alon Zakai (Mozilla)

. Sabtu, 24 Agustus 2013 .

http://kripken.github.io/mloc_emscripten_talk/qcon.html#/

(Read More..)

Minggu, 18 Agustus 2013

Gumbo - A pure-C HTML5 parser.

. Minggu, 18 Agustus 2013 .

https://github.com/google/gumbo-parser

(Read More..)

Sabtu, 10 Agustus 2013

Deep C (and C++)

. Sabtu, 10 Agustus 2013 .

Programming is hard. Programming correct C and C++ is particularly hard. Indeed, both in C and certainly in C++, it is uncommon to see a screenful containing only well defined and conforming code. Why do professional programmers write code like this? Because most programmers do not have a deep understanding of the language they are using. While they sometimes know that certain things are undefined or unspecified, they often do not know why it is so. In these slides we will study small code snippets in C and C++, and use them to discuss the fundamental building blocks, limitations and underlying design philosophies of these wonderful but dangerous programming languages.
Jon Jagger and I just released a slide deck to discuss the fundamentals of C and C++ (slideshare, pdf).

http://olvemaudal.wordpress.com/2011/10/10/deep-c/

(Read More..)

Minggu, 21 Juli 2013

Creating a basic C/C++ Program to Interact with MySQL and MariaDB

. Minggu, 21 Juli 2013 .

http://www.chriscalender.com/?p=1344

(Read More..)

Sabtu, 06 Juli 2013

LINUX TCP FAST OPEN [GEEK]

. Sabtu, 06 Juli 2013 .

http://www.admin-magazine.com/Articles/TCP-Fast-Open

Let's make TCP faster 

http://googlecode.blogspot.com/2012/01/lets-make-tcp-faster.html

 

 

Linux TCP FASTOPEN in your sockets

 http://edsiper.linuxchile.cl/blog/2013/02/21/linux-tcp-fastopen-in-your-sockets/

(Read More..)

Monkey HTTP Daemon Internals

.

Monkey HTTP Daemon Internals

 

 http://swpd.github.io/blog/2013/05/18/monkey-http-daemon-internals/

(Read More..)

Minggu, 18 November 2012

Pairing A C Compiler With QEMU's Code Generator

. Minggu, 18 November 2012 .

http://www.phoronix.com/scan.php?page=news_item&px=MTIzMTQ

(Read More..)

Selasa, 13 September 2011

Circuits@Home

. Selasa, 13 September 2011 .

http://www.circuitsathome.com/

(Read More..)

Kamis, 28 Juli 2011

Snappy

. Kamis, 28 Juli 2011 .

http://code.google.com/p/snappy/

(Read More..)

Sabtu, 16 April 2011

GREAT WINDOWS WINSOCK

. Sabtu, 16 April 2011 .

http://www.tenouk.com/Winsock/

(Read More..)

Kamis, 03 Maret 2011

Writing Bug-Free C Code

. Kamis, 03 Maret 2011 .

http://www.duckware.com/bugfreec/index.html

(Read More..)

Rabu, 23 Februari 2011

GAZZILION COMMET

. Rabu, 23 Februari 2011 .

http://aleccolocco.blogspot.com/2008/10/gazillion-user-comet-server-with.html

(Read More..)

Sabtu, 19 Februari 2011

mingw

. Sabtu, 19 Februari 2011 .

http://ftp.heanet.ie/mirrors/sourceforge/m/project/mi/mingw/MinGW/

(Read More..)

Rabu, 16 Februari 2011

EPOLL HOMEPAGE!!!

. Rabu, 16 Februari 2011 .

http://www.xmailserver.org/linux-patches/nio-improve.html

(Read More..)

Jumat, 11 Februari 2011

Manage C data using the GLib collections

. Jumat, 11 Februari 2011 .

http://www.ibm.com/developerworks/linux/tutorials/l-glib/

(Read More..)
 
{nama-blog-anda} is proudly powered by Blogger.com | Template by Agus Ramadhani | o-om.com