background preloader

Computer stuff

Facebook Twitter

Turn an old laptop screen into a stand alone monitor. GIMP Plugin Registry | A repository of optional extensions for the GIMP. Gimp Scripts - Open Source Photography. This page explains the basics of GIMP scripts, what they can do, where to find them and how to install them. What this page does not do is explain how to write them.

That is HUGE subject and one I am not qualified to write on. GIMP scripts are similar to Photoshop "Actions" in that they can automate repetitive processes but differ in several ways: Photoshop actions can be recorded by the user, GIMP scripts cannot.Photoshop actions are always in the same place and are clearly marked as actions.GIMP scripts can be placed anywhere and can be made to appear as if they are a new function.Photoshop actions use absolute values (eg select 2000 x 3000 pixels, no matter how large the image is)GIMP scripts can calculate variables based on the image attributes.

(eg start at 1/3 down the image and select the second third)GIMP scripts can check attributes of the image and halt or display messages when certain conditions are met or not met. What scripts can do Where to find them How to install them Windows. GIMP Scripts. Master Disk Informática. Stop Online Privacy Act: 'CISPA is US cyber-security loophole'

Pearltrees

The Basics of C Programming". The previous discussion becomes a little clearer if you understand how memory addresses work in a computer's hardware. If you have not read it already, now would be a good time to read How Bits and Bytes Work to fully understand bits, bytes and words. All computers have memory, also known as RAM (random access memory).

For example, your computer might have 16 or 32 or 64 megabytes of RAM installed right now. RAM holds the programs that your computer is currently running along with the data they are currently manipulating (their variables and data structures). Memory can be thought of simply as an array of bytes. In this array, every memory location has its own address -- the address of the first byte is 0, followed by 1, 2, 3, and so on. Float f; This statement says, "Declare a location named f that can hold one floating point value.

" While you think of the variable f, the computer thinks of a specific address in memory (for example, 248,440). F = 3.14; s:t 1:5 2:2 3:3 4:4 5:5 u = 5.

Linux