Questions related to retrieving specific information from a (typically minimally structured) data source, such as a web site, media file, source code collection or compressed archive (in which case the desired information is one or more original, uncompressed files).
In sql server 2008, how to extract only the year from the date. In DB I have a column for date, …
sql sql-server-2008 datetime extractI have a dictionary d = {1:-0.3246, 2:-0.9185, 3:-3985, ...}. How do I extract all of the values of d into a …
python dictionary extractWhen a user selects a file in a web page I want to be able to extract just the filename. …
javascript browser extractFor example, if I have ABS YUR YUAO HFH IWO OQNX YQO PQM QUCC How do I extract the last …
excel extract excel-formulaI want to extract the MSI of an EXE setup to publish over a network. For example, using Universal Extractor, …
installation wix windows-installer extract installshieldI'm trying to export a program in Eclipse to a jar file. In my project I have added some pictures …
java eclipse executable extract exeI want to extract the first word of a variable from a string. For example, take this input: <?php $…
php string extract text-segmentationI have a string that looks like this: GenFiltEff=7.092200e-01 Using bash, I would like to just get the number …
string bash extract