29 dic 2017
27 dic 2017
21 dic 2017
Git passwd
https://stackoverflow.com/questions/5343068/is-there-a-way-to-skip-password-typing-when-using-https-on-github
18 dic 2017
12 dic 2017
programming
https://medium.mybridge.co/12-free-resources-learn-to-code-while-playing-games-f7333043de11
10 dic 2017
7 dic 2017
28 nov 2017
26 nov 2017
9 nov 2017
What are the purposes of the ARM ABI and EABI? - Stack Overflow
What are the purposes of the ARM ABI and EABI? - Stack Overflow
An ABI (Application Binary Interface) is a
standard that defines a mapping between low-level concepts in high-level
languages and the abilities of a specific hardware/OS platform's
machine code. That includes things like:
Every platform (a combination of specific hardware, operating system software and code written in specific programming languages / compiled with specific compilers) defines a whole set of ABIs to make things interoperable. The terminology in this area isn't clear, sometimes people just talk about "the ABI", other times it's called the "platform supplement", or one mentions the programming language and says e.g. "the C++ ABI". Keep in mind, there is not one such thing.
The documents that you linked to in your question are all specific examples of this (language- / operating-system / hardware-specific ABIs).
Even on a specific platform, there's no necessity to have one and only one ABI (set) because different such conventions might have different advantages (and therefore provide better performance / smaller code / better memory usage / ... - depending on the program) and system designers usually try to be flexible / permissible.
On 32bit Microsoft Windows, for example, there's a multitude of ABIs (fastcall, stdcall, pascal, ...) for the function calling convention parts.
Anyway, a generic stackoverflow search for "ABI" (included the links under the "Related" sidebar) gives so many leads to researching this question that I close my answer at this point.
- how C/C++/Fortran/... data types are laid out in memory (data sizes / alignments)
- how nested function calls work (where and how the information on how to return to a function's caller is stored, where in the CPU registers and/or in memory function arguments are passed)
- how program startup / initialization works (what data format an "executable" has, how the code / data is loaded from there, how DLLs work ...)
- language-specific (hence you've got a C ABI, C++ ABI, Fortran ABI, Pascal ABI, ... even the Java bytecode spec, although targeting a "virtual" processor instead of real hardware, is an ABI),
- operating-system specific (MS Windows and Linux on the same hardware use a different ABI),
- hardware/CPU-specific (the ARM and x86 ABIs are different).
- evolving over (long) time (existing ABIs have often been updated / rev'ed so that new CPU features could be made use of, like, say, specifying how the x86 SSE registers are to be used by apps was of course only possible once CPUs had these regs, therefore existing ABIs needed to be clarified).
Every platform (a combination of specific hardware, operating system software and code written in specific programming languages / compiled with specific compilers) defines a whole set of ABIs to make things interoperable. The terminology in this area isn't clear, sometimes people just talk about "the ABI", other times it's called the "platform supplement", or one mentions the programming language and says e.g. "the C++ ABI". Keep in mind, there is not one such thing.
The documents that you linked to in your question are all specific examples of this (language- / operating-system / hardware-specific ABIs).
Even on a specific platform, there's no necessity to have one and only one ABI (set) because different such conventions might have different advantages (and therefore provide better performance / smaller code / better memory usage / ... - depending on the program) and system designers usually try to be flexible / permissible.
On 32bit Microsoft Windows, for example, there's a multitude of ABIs (fastcall, stdcall, pascal, ...) for the function calling convention parts.
Anyway, a generic stackoverflow search for "ABI" (included the links under the "Related" sidebar) gives so many leads to researching this question that I close my answer at this point.
7 nov 2017
23 sept 2017
terremoto mx at github
TerremotoMX En septiembre 2017 sismos afectaron a diferentes partes de México.
22 sept 2017
21 sept 2017
18 sept 2017
14 sept 2017
11 sept 2017
7 sept 2017
6 sept 2017
5 sept 2017
4 sept 2017
31 ago 2017
30 ago 2017
29 ago 2017
24 ago 2017
21 ago 2017
preact, js generated content
https://blog.logrocket.com/introduction-to-preact-a-smaller-faster-react-alternative-ad5532eb6d79
19 ago 2017
15 ago 2017
ayudas redaccion
http://iuristantums.blogspot.mx/2011/06/tipos-de-conectores-linguistico_20.html?m=1
12 ago 2017
mlearning sites
https://unsupervisedmethods.com/over-150-of-the-best-machine-learning-nlp-and-python-tutorials-ive-found-ffce2939bd78
8 ago 2017
7 ago 2017
4 ago 2017
sitios filosofía español
http://www.educaciontrespuntocero.com/recursos/recursos-asignatura-filosofia/18376.html
18 jul 2017
1 jul 2017
usage of p correlation in stats
http://www.nature.com/news/statisticians-issue-warning-over-misuse-of-p-values-1.19503
30 jun 2017
impetigo en la piel
https://www.fda.gov/ForConsumers/ConsumerUpdates/ConsumerUpdatesEnEspanol/ucm527827.htm
29 jun 2017
25 jun 2017
17 jun 2017
offline webapps
what it mean at html5rox
client side storage
dive into offline
tutorial in mdn. more on h5rox
example in devzpne
other with asp.net
16 jun 2017
13 jun 2017
11 jun 2017
10 jun 2017
6 jun 2017
25 may 2017
24 may 2017
printed pv panels
http://www.newcastle.edu.au/newsroom/featured-news/the-clever-electronic-inks-rewriting-our-energy-future
23 may 2017
22 may 2017
18 may 2017
15 may 2017
11 may 2017
10 may 2017
7 may 2017
4 may 2017
3 may 2017
28 abr 2017
26 abr 2017
25 abr 2017
ssh from host to guest using qemu
how to connect from the host using ssh to the VM:
networking - ssh from host to guest using qemu - Unix & Linux Stack Exchange
-net user,hostfwd=tcp::10022-:22
-net nic
This hostforwarding maps the localhost (host) port 10022 to the port 22 on the VM.
Once the VM was started like this, you can access it from the localhost as follows:ssh vmuser@localhost -p10022
The -net nic command initializes a very basic virtual network interface card.networking - ssh from host to guest using qemu - Unix & Linux Stack Exchange
24 abr 2017
23 abr 2017
android dev study list
https://www.reddit.com/r/androiddev/comments/66obt0/what_are_the_thing_that_every_junior_android/
22 abr 2017
21 abr 2017
16 abr 2017
3 abr 2017
23 mar 2017
svg javascript
Javascript Dynamic SVG Examples
SVG Working Group document repository
JavaScript and SMIL
Tutorial and Examples by Andreas Neumann
interactivity SVG 1.1 – 16 August 2011
SVG Working Group document repository
JavaScript and SMIL
Tutorial and Examples by Andreas Neumann
interactivity SVG 1.1 – 16 August 2011
16 mar 2017
14 mar 2017
8 mar 2017
7 mar 2017
22 feb 2017
Factorio
Factorio
The game is very stable and optimized for building massive factories. You can create your own maps, write mods in Lua or play with friends via Multiplayer.
is a game in which you build and maintain factories.
You will be mining resources, researching technologies, building
infrastructure, automating production and fighting enemies. Use your
imagination to design your factory, combine simple elements into
ingenious structures, apply management skills to keep it working and
finally protect it from the creatures who don't really like you.
The game is very stable and optimized for building massive factories. You can create your own maps, write mods in Lua or play with friends via Multiplayer.
16 feb 2017
14 feb 2017
Turtl
Turtl lets you take notes, bookmark websites, and store documents
for sensitive projects. From sharing passwords with your
coworkers to tracking research on an article you're writing,
Turtl keeps it all safe from everyone but you and those you
share with.
Turtl’s server is written in Common Lisp. It can take a few minutes to set up, so be sure to read this guide carefully.
Running Turtl | Documentation | Turtl
Turtl’s server is written in Common Lisp. It can take a few minutes to set up, so be sure to read this guide carefully.
Running Turtl | Documentation | Turtl
Webform
Webform | Drupal.org
Webform is the module for making forms and surveys in Drupal. After a submission customizable e-mails can be sent to administrators and/or submitters. Results can be exported into Excel or other spreadsheet applications. Webform also provides some basic statistical review and has an extensive API for expanding its features.
Webform is the module for making forms and surveys in Drupal. After a submission customizable e-mails can be sent to administrators and/or submitters. Results can be exported into Excel or other spreadsheet applications. Webform also provides some basic statistical review and has an extensive API for expanding its features.
simple projects
KanBoard.net
it's made for people who want to manage their projects efficiently and simply.
Requirements
it's made for people who want to manage their projects efficiently and simply.
Requirements
Kanban-inspired app for keeping track of things that need to get done. (Don't forget to read the Wiki page!)
Taiga: Setup
Taiga: Setup production environment
Taiga can handle both simple and complex projects. We believe work can be made more enjoyable if the management tool can get out of the way and allow people to focus on the job at hand. Having to deal with a complex, unintuitive tool just adds more hassle and complication. We built Taiga to be simple, intuitive and easy. A tool that anyone can learn to use without need for instruction or training.
Taiga can handle both simple and complex projects. We believe work can be made more enjoyable if the management tool can get out of the way and allow people to focus on the job at hand. Having to deal with a complex, unintuitive tool just adds more hassle and complication. We built Taiga to be simple, intuitive and easy. A tool that anyone can learn to use without need for instruction or training.
9 feb 2017
23 ene 2017
20 ene 2017
17 ene 2017
9 ene 2017
6 ene 2017
2 ene 2017
1 ene 2017
Suscribirse a:
Entradas (Atom)