Tag: blog

Where do your visitors come from?

My visitors a few minutes ago. Σεραφείμ blogged about this last month. You can get nice visitor stats like above through the service provided by GVisit.com. Once you register, you get a unique URL that links to a google map that shows where your visitors comes from. Simossimos.info

Permanent link to this article: https://blog.simos.info/where-do-your-visitors-comes-from/

Greek lessons

This session was part of the bazaar events and I offered to teach basic Greek. I was a bit late to get there and as soon as I arrived, I grabbed some biscuits and waited at my teaching area. Soon afterwards, participants started to gather and we went on to the Greek Alphabet. I started …

Continue reading

Permanent link to this article: https://blog.simos.info/greek-lessons/

Τι εκτυπώνει το πρόγραμμα; [Λύση]

#include <stdio.h> int calculate(void); int calculate(void) { int i; int p[9]; for ( i = 0; i <= 3; i++ ) p[i*3+2]+=16; } int main(int argc, char** argv) { calculate(); printf("Hello, World!\n"); return 0; } Μεταγλωττίζουμε το πρόγραμμα της προηγούμενης εγγραφής και εκτελούμε (πλατφόρμα Linux/i386, gcc 4.0.x). simos@home /tmp $ gcc calculate.c -o calculate simos@home …

Continue reading

Permanent link to this article: https://blog.simos.info/%cf%84%ce%b9-%ce%b5%ce%ba%cf%84%cf%85%cf%80%cf%8e%ce%bd%ce%b5%ce%b9-%cf%84%ce%bf-%cf%80%cf%81%cf%8c%ce%b3%cf%81%ce%b1%ce%bc%ce%bc%ce%b1-%ce%bb%cf%8d%cf%83%ce%b7/

Το πρόβλημα με τις ελληνικές γραμματοσειρές

Εγκαταστήσατε μια ελεύθερη διανομή Linux με επιλογή εμφάνισης του ελληνικού περιβάλλοντος εργασίας και το αποτέλεσμα μοιάζει με – Αίσχος, ε; Πρέπει να βάλουμε τα mscorefonts για να δούμε σωστά ελληνικά στο Linux; – Όχι, υπάρχουν σωστές ελεύθερες ελληνικές γραμματοσειρές, το λάθος είναι αλλού! Για το γραφικό περιβάλλον GNOME, που χρησιμοποιεί το υποσύστημα fontconfig, υπάρχει μια …

Continue reading

Permanent link to this article: https://blog.simos.info/%cf%84%ce%bf-%cf%80%cf%81%cf%8c%ce%b2%ce%bb%ce%b7%ce%bc%ce%b1-%ce%bc%ce%b5-%cf%84%ce%b9%cf%82-%ce%b5%ce%bb%ce%bb%ce%b7%ce%bd%ce%b9%ce%ba%ce%ad%cf%82-%ce%b3%cf%81%ce%b1%ce%bc%ce%bc%ce%b1%cf%84%ce%bf%cf/

Τι θα εκτυπώσει;

Ακολουθώντας το παράδειγμα το Γιώργου, τι θα εκτυπώσει το παρακάτω πρόγραμμα; #include <stdio.h> int main(int argc, char *argv[]) { int i; char a[12]; for ( i = 0; i <= 12; i++ ) { a[i]=i-1; } printf(“a[12] is %d\n”, a[12]); return 0; } Σε τυχόν απάντηση αναφέρατε υπολογιστική πλατφόρμα (π.χ. GNU/Linux, x86) Ενημέρωση Διόρθωσα ένα …

Continue reading

Permanent link to this article: https://blog.simos.info/%cf%84%ce%b9-%ce%b8%ce%b1-%ce%b5%ce%ba%cf%84%cf%85%cf%80%cf%8e%cf%83%ce%b5%ce%b9/

Αντικοινωνικότητα και Ελεύθερο Λογισμικό

Υπάρχουν αρκετές περιπτώσεις που άτομα που έχουν ή θέλουν να έχουν σχέση με το ελεύθερο λογισμικό να παρουσιάζουν μια τάση αντικοινωνικότητας. Είναι τέτοια η αντικοινωνικότητα στις περιπτώσεις αυτές που κάνουν στο τέλος περισσότερο κακό παρά όφελος στο ελεύθερο λογισμικό. Ένα πρόσφατο παράδειγμα είναι η Carol που έχει προσφέρει στο Gimp. Η Diana Fong, σχεδιάστρια από …

Continue reading

Permanent link to this article: https://blog.simos.info/%ce%b1%ce%bd%cf%84%ce%b9%ce%ba%ce%bf%ce%b9%ce%bd%cf%89%ce%bd%ce%b9%ce%ba%cf%8c%cf%84%ce%b7%cf%84%ce%b1-%ce%ba%ce%b1%ce%b9-%ce%b5%ce%bb%ce%b5%cf%8d%ce%b8%ce%b5%cf%81%ce%bf-%ce%bb%ce%bf%ce%b3%ce%b9%cf%8/