Linux System Programming Eg Application icon

Linux System Programming Eg 1.0.2

1.9 MB / 10K+ Downloads / Rating 4.5 - 192 reviews


See previous versions

Linux System Programming Eg, developed and published by JIDs, has released its latest version, 1.0.2, on 2014-10-25. This app falls under the Education category on the Google Play Store and has achieved over 10000 installs. It currently holds an overall rating of 4.5, based on 192 reviews.

Linux System Programming Eg APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.2+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.jids.lspexample

Updated: 10 years ago

Developer Name: JIDs

Category: Education

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Linux System Programming Eg on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.5
Total 192 reviews

Reviews

2 ★, on 2018-12-24
Is it just me? Or the code font is not set to any monospaced font?

4 ★, on 2015-12-11
I thank you for this great resource but i wont be very much valuable untill IPC's are included..but you arr dealying the most essential thing

5 ★, on 2016-02-12
Very good reference book. Contains all the important system calls. Very helpful to my university assignment. Thanks

4 ★, on 2016-11-19
Add IPC and sockets programming , waiting ..

5 ★, on 2015-06-30
Can you please add some chapters.thanx in advance.

5 ★, on 2016-11-17
Just for putting in the effort to make something so important as an app for this

Previous Versions

Linux System Programming Eg 1.0.2
2014-10-25 / 1.9 MB / Android 2.2+

About this app

This app is first offline app of system programming APIs in Linux.

System programming is the practice of writing system software, which is a code that lives at a low level, talking directly to the kernel and core system libraries.

The entire example in this app which is chapter wise are tested and verified on GNU GCC compiler with Linux 2.6 and above kernel and also in Raspberry pi Rev B. Almost every program will work on any compiler, feel free to share and copy the source code and execute on your device.
Most of the codes are compiled by “gcc –Wall filename.c –o executable-name”.

Chapter wise content
---------------------------------------
Ch 01: File Input Output APIs
Ch 02: Buffered Input Output APIs
Ch 03: Advanced Input Output APIs
Ch 04: Process Management APIs
Ch 05: File Dir Management APIs

Note – Inter process communication, Socket programming and more chapters are uploading soon.

If you think any new program is added just mail us at our email id “jids.team@gmail.com”, and rate us more and more and share with your colleagues and friends.

Note: - We are not liable for any error or mistake or any resemblance. All programs are developed by our core team none of the programs are copied from anywhere but references are taken from various books, man pages and sites. If any resemblance is found mail us at our email id.

We look forward for your suggestions keep mailing us.

New features

Two chapters added
--------------------------------------------------------------------------
Ch 09: Play With Memory
Ch 10: Signals