Enlightenment and incompatibilities with Europe built on English
This item consists of two parts, the first to explain why Europe today will know millions of people and great misery, the second is to explain how structured the script in c + + to Gkri adapted for Windows.
When Pierre Simon Laplace says that we can not have a title in science, we must understand that he said that taking into account the spirit of the Enlightenment who founded our nation and Europe in particular. This spirit of the Enlightenment was built on the idea shared by all the great European thinkers of the time who had noticed (Bossuet) as the basis of the reasoning required us to have one meaning in a word! One direction in a term, this is impossible because of the nature sciences are constantly changing, and in addition the words change their meanings in our culture, our perception our knowledge and intellectual abilities. In other words, they had realized that we were condemned to build all our thinking about inconsistencies and that we could change that by being in a perpetual loop looking for the least possible inconsistencies. The basic reasoning of the European Enlightenment requires a high level language inconsistent with the English language on which Europe is built today. A Europe ignoring the first characters of men to develop a "Social!" outside the human, can only destroy humanity bringing of million mo rts and great misery .
Gkri in c + + for window consists of a homepage including choosing the type of exercise you want to create a page installing all the necessary tools and three other named creer.h page. h, one for each form of exercise that we can create. Here is the cript of the homepage:
# include # include
int main (int argc, char * argv []) {
# include "creer.h"
int count, jor1, jor2, JOR3;
int choixGkri;
printf ("Chose here the type of exercise you want to create \\ n \\ n");
printf ("1. voice recognition or audio questions \\ n");
printf ("2. Associations text, video, images and sounds \\ n ");
printf (" 3. Selection by area \\ n ");
printf (" 4. Quit \\ n ");
printf ("\\ nYour choice?");
scanf ("% d", & choixGkri)
printf ("\\ n");
switch (choixGkri) {
case 1:
/ / printf ("You chose the more simple");
# include "joris1.h"
break;
case 2:
printf ("You chose the multi-mode");
break;
case 3: printf
("this is an expert mode");
break;
box 4:
printf ("Leaving");
break;
default:
printf ("Nothing comes nothing ");
break;}
printf (" \\ n \\ n ");
return 0;}
The first form of exercise is in joris1.h and other forms and in joris2.h joris3.h not shown here because not finished yet.
Five minutes of laughter for an adult, had an eternity to a child .
Monday, September 27, 2010
Wednesday, September 22, 2010
Removing Milk Spilled On Mattress
Gkri builder of online exercises
Hello,
The software manufacturer's bash of the year is over
We are inside three forms, one for building exercises on sound files, a form that can work in the selection of image files, audio, video, or text and a third form of zoning that allows shapes to choose books to his questions. The questions are of course not open form style multiple choice questions.
software being built under bash, it limits its use to Linux users, so I decided to rewrite the script into a more universal language, the language c + +
Under windows this is the beginning of the script that I created the gkri I install directory and the various files needed to create the exercise. In the next post I will indicate how to create a box dialog en c++
code
[
#include
#include
#include
#include
#include
#include
#include
using namespace std;
_mkdir("C:\\gkri");
_mkdir("C:\\gkri\\data");
_mkdir("C:\\gkri\\data\\comp");
CopyFile("index.html","C:\\gkri\\index.html",0);
CopyFile("aa.html","C:\\gkri\\data\\aa.html",0);
CopyFile("bb.html","C:\\gkri\\data\\bb.html",0);
CopyFile ("Answer.txt", "C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ Answer.txt", 0);
CopyFile ("proposition.txt", "C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ proposition.txt ", 0);
CopyFile (" index.php "," C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ index.php ", 0);
/ / other possibility abandoned
/ / file creation
response / / ofstream f ("C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ Answer.txt");
/ / if (f) court \u0026lt;\u0026lt;"response . cree txt "\u0026lt;
/ / else court \u0026lt;\u0026lt;" problem creation Answer.txt "" C: \\ \\ gkri \\ \\ data \\ \\ proposition.txt " \u0026lt;
/ / f.close ();
/ / alternative abandoned
/ / index.php
copy / / court \u0026lt;\u0026lt;"in data copy index.php" \u0026lt;
/ / ifstream src ("index.php", ios:: binary);
/ / ofstream dst ("C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ index.php", ios:: binary);
/ / dst \u0026lt;
/ / src.close ();
/ / dst.close ();
FILE * file = NULL;
file = fopen ("C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ Answer.txt", "w +");
if (file! = NULL) {
fputc ('A', file) / / Write character to
fclose (file);
}]
Five minutes of laughter for an adult, had an eternity for a child.
The software manufacturer's bash of the year is over
We are inside three forms, one for building exercises on sound files, a form that can work in the selection of image files, audio, video, or text and a third form of zoning that allows shapes to choose books to his questions. The questions are of course not open form style multiple choice questions.
software being built under bash, it limits its use to Linux users, so I decided to rewrite the script into a more universal language, the language c + +
Under windows this is the beginning of the script that I created the gkri I install directory and the various files needed to create the exercise. In the next post I will indicate how to create a box dialog en c++
code
[
#include
#include
#include
#include
#include
#include
#include
using namespace std;
_mkdir("C:\\gkri");
_mkdir("C:\\gkri\\data");
_mkdir("C:\\gkri\\data\\comp");
CopyFile("index.html","C:\\gkri\\index.html",0);
CopyFile("aa.html","C:\\gkri\\data\\aa.html",0);
CopyFile("bb.html","C:\\gkri\\data\\bb.html",0);
CopyFile ("Answer.txt", "C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ Answer.txt", 0);
CopyFile ("proposition.txt", "C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ proposition.txt ", 0);
CopyFile (" index.php "," C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ index.php ", 0);
/ / other possibility abandoned
/ / file creation
response / / ofstream f ("C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ Answer.txt");
/ / if (f) court \u0026lt;\u0026lt;"response . cree txt "\u0026lt;
/ / else court \u0026lt;\u0026lt;" problem creation Answer.txt "" C: \\ \\ gkri \\ \\ data \\ \\ proposition.txt " \u0026lt;
/ / f.close ();
/ / alternative abandoned
/ / index.php
copy / / court \u0026lt;\u0026lt;"in data copy index.php" \u0026lt;
/ / ifstream src ("index.php", ios:: binary);
/ / ofstream dst ("C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ index.php", ios:: binary);
/ / dst \u0026lt;
/ / src.close ();
/ / dst.close ();
FILE * file = NULL;
file = fopen ("C: \\ \\ gkri \\ \\ data \\ \\ comp \\ \\ Answer.txt", "w +");
if (file! = NULL) {
fputc ('A', file) / / Write character to
fclose (file);
}]
Five minutes of laughter for an adult, had an eternity for a child.
Saturday, September 11, 2010
Bluetooth Psp Attachment
Doubt posted on a blog woke me this idea
Perhaps a leaf on the wind knows its destination. Maybe she can even decide its course, stop loan chain, a break above the aroma of flowers, the number of bounces on the ground before finding the place where it can dry for eternity . I was afraid of being afraid but never finding no.
Five minutes of laughter for an adult, had an eternity to a child.
Perhaps a leaf on the wind knows its destination. Maybe she can even decide its course, stop loan chain, a break above the aroma of flowers, the number of bounces on the ground before finding the place where it can dry for eternity . I was afraid of being afraid but never finding no.
Five minutes of laughter for an adult, had an eternity to a child.
Tuesday, September 7, 2010
Does Macy's Have An Electronic Part
Passing by God without going to Lyon
In response to those who consider religion in relation to writing:
Hello,
is always in the name of that great ideas humanity committed the worst crimes. This does not mean that we should be more ideal, it simply means that there is nothing above the human understanding. One of the great philosophical questions XVII was whether God was with us and told us about the interior or if God was out and talking to our consciousness, but all were to recognize that it was our perception of world that gave meaning to texts, various communication techniques. No idea is by itself, because an idea is a phenomenon that takes shape as a function of the mind that it encounters.
In other words, can we really think for one moment that God is limited and interpreted according to a technique of expression? The only thing I can do a technique of expression is to make an idea into a unified idea between them. Sincerely
Five minutes of laughter for an adult, had an eternity to a child.
In response to those who consider religion in relation to writing:
Hello,
is always in the name of that great ideas humanity committed the worst crimes. This does not mean that we should be more ideal, it simply means that there is nothing above the human understanding. One of the great philosophical questions XVII was whether God was with us and told us about the interior or if God was out and talking to our consciousness, but all were to recognize that it was our perception of world that gave meaning to texts, various communication techniques. No idea is by itself, because an idea is a phenomenon that takes shape as a function of the mind that it encounters.
In other words, can we really think for one moment that God is limited and interpreted according to a technique of expression? The only thing I can do a technique of expression is to make an idea into a unified idea between them. Sincerely
Five minutes of laughter for an adult, had an eternity to a child.
Subscribe to:
Posts (Atom)