sign in · help · news · about · deen

BibSonomy ::  user :: lystrata ::

The blue social bookmark and publication sharing system.
 

bookmarks

 (108)
<< < 1 | 2 | 3 > >> 
  • Working on a little script the other day I had the need to determine if the input to the script was coming from a pipe or from the terminal. Seems like a s...
    Working on a little script the other day I had the need to determine if the input to the script was coming from a pipe or from the terminal. Seems like a simple enough thing to determine but nothing jumped immediately to mind and a quick internet search didn't help much either. After a bit of pondering I came up with two solutions: the stat command and using information from the proc file system.
    to pipe programming shell sysadmin by lystrata on Feb 13, 2010, 10:03 PM
    (0)
  • Bash Completion hacks
    to bash programming shell sysadmin by lystrata and 2 other users on Feb 10, 2010, 12:32 AM
    (0)
  • This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a complement to the reference page on re...
    This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a complement to the reference page on regular expressions perlre. Regular expressions are an integral part of the m//, s///, qr// and split operators and so this tutorial also overlaps with "Regexp Quote-Like Operators" in perlop and "split" in perlfunc.
    to howto linux perl programming regex tutorial by lystrata on Jan 22, 2010, 6:24 PM
    (0)
  • SSH Tricks Part II This article is part two of SSH tricks, the first article is available at [1]
    to linux programming ssh tricks by lystrata on Jan 13, 2010, 11:23 PM
    (0)
  • AIX Tip of the Week: Using the Korn Shell select to Create Selection Menu's
    to korn ksh programming shell sysadmin tips by lystrata on Jan 13, 2010, 11:20 PM
    (0)
  • Integrated Development Environments / RAD tools / GUI-builders on Linux:
    to ide languages programming software tools by lystrata on Jan 11, 2010, 11:16 PM
    (0)
  • "Pydusa is a package for parallel programming using Python. It contains a module for doing MPI programming in Python. We have added parallel solver package...
    "Pydusa is a package for parallel programming using Python. It contains a module for doing MPI programming in Python. We have added parallel solver packages such as Parallel SuperLU for solving sparse linear systems. "
    to mpi parallel programming pydusa python by lystrata on Nov 19, 2009, 11:36 PM
    (0)
  • Today’s releases of Tasktop Pro 1.6 and Eclipse Mylyn 3.3 represent a major step forward in the maturation of the task-focused interface. Mylyn has become ...
    Today’s releases of Tasktop Pro 1.6 and Eclipse Mylyn 3.3 represent a major step forward in the maturation of the task-focused interface. Mylyn has become the de facto framework for Application Lifecycle Management (ALM) integrations for Eclipse with an ecosystem that now includes 42 connectors. The Mylyn Connector Discovery mechanism that was released with Eclipse 3.5 Galileo makes it trivial to find and install connectors, helping users and encouraging the number of integrations to grow. The Tasktop Certified connector program has been a key enabler for enterprise adoption of Mylyn by ensuring the quality and compatibility of integrations that exist outside of the Eclipse Mylyn project. We are not done yet. But between the evolution of the framework, the size of the integration ecosystem, and the new features that we’re announcing today, I’m happy to say that support for task management has been established as the critical link between the ALM systems and the IDE.
    to eclipse management programming task todo by lystrata on Oct 28, 2009, 12:05 AM
    (0)
  • RubyMine 2.0 is a big update of the Ruby/Rails IDE. It comes with many new features and will be available free of charge for all existing users in October...
    RubyMine 2.0 is a big update of the Ruby/Rails IDE. It comes with many new features and will be available free of charge for all existing users in October 2009.
    to ide programming ruby by lystrata on Oct 11, 2009, 7:22 PM
    (0)
  • Many in the supercomputing community want programming to be made easier, but the fundamental issue is far more complex than that, says Andrew Jones.
    to hpc programming by lystrata on Oct 2, 2009, 4:39 AM
    (0)
  • Despite begin a unique, key marketing feature of Snow Leopard, Apple has decided to open the code behind Grand Central Dispatch under the liberal Apache 2....
    Despite begin a unique, key marketing feature of Snow Leopard, Apple has decided to open the code behind Grand Central Dispatch under the liberal Apache 2.0 license. Snow Leopard's new Grand Central Dispatch feature, which serves as a system-wide mechanism for managing parallel task execution across multiple processor cores for developers, involves multiple components in the operating system.
    to apple gpu macosx opensource programming by lystrata and 1 other user on Sep 11, 2009, 11:21 PM
    (0)
  • setuptools is a collection of enhancements to the Python distutils (for Python 2.3.5 and up on most platforms
    to development installation installer packaging programming python setuptools tools by lystrata and 5 other users on Aug 14, 2009, 6:41 PM
    (0)
  • matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across ...
    matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mathematica), web application servers, and six graphical user interface toolkits. matplotlib tries to make easy things easy and hard things possible. You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc, with just a few lines of code.
    to graphics math matlab plot plotting programming python visualization by lystrata and 9 other users on Aug 14, 2009, 6:27 PM
    (0)
  • To provide an insight into the quality of software that is available, we have compiled a list of 9 highly polished free Linux IDEs. Hopefully, there will b...
    To provide an insight into the quality of software that is available, we have compiled a list of 9 highly polished free Linux IDEs. Hopefully, there will be something of interest here for anyone who wants to quicken the pace of software development
    to ide linux programming software by lystrata and 1 other user on Aug 10, 2009, 4:45 AM
    (0)
  • To provide an insight into the quality of software that is available, we have compiled a list of 8 top free Linux compilers. Hopefully, there will be somet...
    To provide an insight into the quality of software that is available, we have compiled a list of 8 top free Linux compilers. Hopefully, there will be something of interest here for anyone who wants to transform source code into another computer language.
    to compilers linux programming software by lystrata and 1 other user on Aug 10, 2009, 4:45 AM
    (0)
  • Diigo API
    to Documentation api bookmarking diigo programming tools web2.0 by lystrata and 1 other user on Jul 28, 2009, 2:46 AM
    (0)
  • commandlinefu.com is the place to record those command-line gems that you return to again and again. Delete that bloated snippets file you've been using a...
    commandlinefu.com is the place to record those command-line gems that you return to again and again. Delete that bloated snippets file you've been using and share your personal repository with the world. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.
    to bash command commands linux programming reference shell unix by lystrata and 14 other users on Jul 21, 2009, 10:00 PM
    (0)
  • Seaside is a Web application framework gaining popularity among developers. Seaside is similar to other frameworks, such as Catalyst (Perl), Rails (Ruby), ...
    Seaside is a Web application framework gaining popularity among developers. Seaside is similar to other frameworks, such as Catalyst (Perl), Rails (Ruby), and Cocoon (Java), but distinguishes itself by being written in Smalltalk, as a continuation-based framework.
    to framework languages programming smalltalk by lystrata and 1 other user on Jul 20, 2009, 6:44 AM
    (0)
  • phpMyEdit generates PHP code for displaying/editing MySQL tables in HTML. All you need to do is to write a simple calling program (a utility to do this is ...
    phpMyEdit generates PHP code for displaying/editing MySQL tables in HTML. All you need to do is to write a simple calling program (a utility to do this is included). It includes a huge set of table manipulation functions (record addition, change, view, copy, and removal), table sorting, filtering, table lookups, and more.
    to forms mysql phpmyedit programming by lystrata and 4 other users on Jul 12, 2009, 8:26 PM
    (0)
  • Tools like phpMyEdit allow you to create a quick-and-dirty front end to a database, but what if you need to publish a spreadsheet or BibTeX file on your we...
    Tools like phpMyEdit allow you to create a quick-and-dirty front end to a database, but what if you need to publish a spreadsheet or BibTeX file on your website and give your visitors the ability to dynamically sort, filter, group, and visualize the published data? For that, you can turn to SIMILE Exhibit, an impressive data publishing framework that uses plain old HTML, CSS, and a bit of JavaScript to create web pages with support for sorting, filtering, and data visualization. Exhibit requires neither database nor server-side coding wizardry, and you can master the tool in no time, even if you don’t have any programming experience. SIMILE Exhibit stores data in the JSON format, so you must convert your data source into a JSON data file before you let Exhibit work on it.
    to bibtex data dokuwiki json programming xml by lystrata and 1 other user on Jul 12, 2009, 8:25 PM
    (0)
<< < 1 | 2 | 3 > >>bookmarks per page: 5 10 20 50 100  

publications

publications per page: 5 10 20 50 100  
a gripper