Argumente pentru factorii decizionali
2 Firebird Technical Ro
View more presentations from jimicompot.
Programmer 4 life
# apt-get install firebird2.5-superclassic # dpkg-reconfigure firebird2.5-superclassic
#apt-get install flamerobin
create table foobar
(
foobar1 varchar (255),
foobar2 varchar (255)
);
SELECT * FROM foobar
git clone git://github.com/mackstann/mpris-remote.git ./mpris-remote [playing 5631/10835] @ 4:54/7:50 - #6 artist: Metallica title: Am_I_Evil album: Garage_Inc_Disc_II [repeat off] [random on] [loop on] ./mpris-remote next
mpris-remote Traceback (most recent call last): File "/usr/bin/mpris-remote", line 104, inbus = dbus.SessionBus() File "/usr/lib/pymodules/python2.6/dbus/_dbus.py", line 219, in __new__ mainloop=mainloop) File "/usr/lib/pymodules/python2.6/dbus/_dbus.py", line 108, in __new__ bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop) File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 125, in __new__ bus = cls._new_for_bus(address_or_type, mainloop=mainloop) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Starting around kernel 2.6.18, the _syscall macros were removed from header files supplied to user space. Use syscall(2) instead. (Some architectures, notably ia64, never provided the _syscall macros; on those architectures, syscall(2) was always required.)
Everybody thought that the Java VM was going to be the VM of the internet, but it turns out that JavaScript language is the VM of the internet. People are writing in Java, and Python, and lots of other languages, and then translating it into JavaScript because JavaScript, for all of its security problems, actually has a much better security model than everybody else. The CLR has a terrible security policy, Java has a terrible security policy — JavaScript is better than everybody else.
ipwc PowerConsole v0.7.5 [CLI version] Python 2.6.6rc2 (r266rc2:84114, Aug 18 2010, 07:33:44) [GCC 4.4.5 20100816 (prerelease)] on linux2 Installed packages: pwcfb(0.9.1) Type "help" for more information. >>> help To get help about specific topic, PowerConsole command or Python object/function/expression, type help. Simple PowerConsole commands: ============================= connect disconnect help list ready run set show Miscellaneous help topics: ========================== firebird python sql terminator >>> help firebird TODO: Help for topic Firebird. >>> help sql Firebird package for PowerConsole should support all valid DSQL statements and many ISQL commands as well (see Firebird documentation for details). However, there are some exceptions and additions: - SET TRANSACTION does not support table reservation options (yet). - CREATE DATABASE and CONNECT support addtional optional argument (must be last one): AS that makes the Database object accessible under specified name instead default alias "db". >>> >>> help connect Attach to the Firebird database. usage: CONNECT 'dsn or db' [HOST host][USER 'user'][PASSWORD 'password'] [CACHE int ][ROLE 'role'][AS var][;] If connection is sucessfuly established, this database connection is set as main working database. Database object is stored and accessible under default alias "db" or as alias specified by optional AS argument. If alias name is already used for other attached database, this database is disconnected.
help connect connect 'employee' user 'sysdba' password 'masterkey' select * from country; xshow procedures xshow tables list name,owner_name in db.tables list name in (t for t in db.triggers if 'POST_EVENT' in t.source) list name in (i for i in db.indices if i.unique)
Firebird 2.5 compliation with Visual Studio C++ 2008 (aka VC9.0) on Windows from Marius Adrian Popa on Vimeo.
As these benchmarks show, ffvp8 is clearly much faster than libvpx, particularly on 64-bit. It’s even faster by a large margin on Atom, despite the fact that we haven’t even begun optimizing for it. In many cases, ffvp8′s extra speed can make the difference between a video that plays and one that doesn’t, especially in modern browsers with software compositing engines taking up a lot of CPU time. Want to get faster playback of VP8 videos? The next versions of FFmpeg-based players, like VLC, will include ffvp8. Want to get faster playback of WebM in your browser? Lobby your browser developers to use ffvp8 instead of libvpx. I expect Chrome to switch first, as they already use libavcodec for most of their playback system.
At this point, using a 64-bit distro is rather like enabling hyperthreading on your CPU - you get a free performance boost for your PC, and if that means you can put off upgrading it for another six months then it's an easy win. As we said earlier, it's a nice bonus. Sure, 5-10% isn't a lot, but when it's across your whole desktop and comes at no cost, why not?
If you install QT on windows via
the install executable it creates a shortcut
in the start menu that is called "QT 4.X.X Command Prompt" that is a
call to your $ $COMSPEC (cmd.exe most likely) calling qtvars.bat which
sets up you env for you.
LightHouse is a project to make porting Qt easy. Essentially, you just need to create a plugin which moves your content to the screen of the device. In my case, I did that and ported the shared memory concept and semaphore model -> done.
I can't continue to contribute to a project sponsored by a company that use an Open Source language to monetize the patents portfolio they got from the acquisition of another company. I will feel like I'm paying money to SCO to have the right to use Linux... Yeah, I'll feel that bad.
So, I choose to leave the team instead of going against my convictions.
At the USENIX annual conference last month, Gmail engineer Adam de Boor surprised the audience by noting that the company's Gmail service was written entirely in JavaScript, and that all of its code, around 443,000 lines worth, was written by hand.
I can’t miss FLOSSCamp, it has become a tradition and everybody will be there. It will happen at Poiana Secuilor, near Predeal.
If you don’t know what is a FLOSSCamp for us, here is a description: an offline meeting for FLOSS contributors from all Romania, no matter their project affiliation, where we spend a week-end in the middle of the nature, with talks, distro-wars, camp fire, beer, grilled food, fun time and so on (a flamewar is so much better face to have with a beer in hand…).
Most of the feedback I get from companies is that they want existing
things to just work, including core and CPAN modules. Most places I
visit aren't using most of the Perl features available to them, so new
features aren't very interesting, especially when they are stuck on
older versions of perl anyway.
At this time, although the latest source code and CVS tree have been released, some key pieces are still being held by Inprise. These include:
release notes
build instructions and makefiles
build documentation including known bugs list.
the testing suite
the InterBase name
A key issue for the community is the ownership of the documentation. Inprise is the copyright holder to the original documentation, But ISC had commissioned an outside company to update the documentation in anticipation of being transferred the copyright. According to Paul Beach, who was appointed VP of sales and Marketing at ISC, the new documentation is not 'derivative' enough (over 30% different) to allow them to release the new version without violating Inprise's copyright.
$heroku consoleand start writing sexy sql statements like
>> ActiveRecord::Base.connection.select_all("ALTER TABLE xxx ADD COLUMN xxx_id integer")
>> ActiveRecord::Base.connection.select_all("select xxx_id from xxx order by xxx_id limit 100")
mkdir firebird_doc cd firebird_doc/ export CVS_RSH=ssh cvs -z3 -d:ext:mapopa@firebird.cvs.sourceforge.net:/cvsroot/firebird co -P manual cd manual
cd lib/ cat _readme_libs.txt wget http://www.firebirdsql.org/doclibs/ALLJARS.ZIP unzip ALLJARS.ZIP cd .. cd tools cat _readme_tools.txt wget http://www.firebirdsql.org/doctools/docbook-dtd.zip wget http://www.firebirdsql.org/doctools/docbook-stylesheets.zip unzip docbook-dtd.zip unzip docbook-stylesheets.zip cd ..Install jdk
sudo apt-get install openjdk-7-jdk
dpkg -L openjdk-7-jdkon Ubuntu
export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64/on Debian sid (unstable)
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/
cd src/build ./build.sh html ./build.sh pdfAt this point you should add some nice rendered documentation in pdf or html format
apt-get update apt-get dist-upgrade
sudo gem update --systemanyway you can update and the replace the gem installed on the system this way
sudo gem install rubygems-update sudo update_rubygems
sudo /var/lib/gems/1.8/bin/update_rubygems RubyGems 1.3.6 installed === 1.3.6 / 2010-02-17 changelog and notices -------------------------------- RubyGems installed the following executables: /usr/bin/gem1.8
sudo gem install rails
cd /var/www sudo wget http://bits.jaws-project.com/releases/jaws-0.8.13/jaws-complete-0.8.13.tar.gz sudo tar -zxvf jaws-complete-0.8.13.tar.gz sudo mv html jaws sudo chmod -R g+rw jaws sudo chown -R www-data.www-data jawscreate an new database with flamerobin /var/lib/firebird/2.1/data/jaws.fdb
cd /var/www/jaws/data ln -s /var/lib/firebird/2.1/data/jaws.fdb
sudo apt-get install php5-gdand for firebird php driver
sudo apt-get install php5-interbaseand then restart the apache server so that php driver to be really loaded after install
sudo /etc/init.d/apache2 restart