Home Page
  • April 25, 2024, 11:36:30 am *
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

Official site launch very soon, hurrah!


Pages: 1 ... 7 8 [9] 10
 81 
 on: June 07, 2016, 08:42:25 am 
Started by Dakusan - Last post by Dakusan
From an internet search "This error is happening because of [your] build of SQLite does not include the FTS modules." So I'd guess that either your sqlite3 libs, or python sqlite3 libs need to be updated. I really need to get a windows executable compiled for it...

You might want to try using the provided executable instead. It is at the top of the project page under "Downloads: Binary".

[Edit] After rereading your message... are you already using the executable I provided?

 82 
 on: June 07, 2016, 01:29:38 am 
Started by Dakusan - Last post by Skipper42
Background: running PlexPlaylistImporter.exe on the PMS host (Win 7 x64 SP1 fully patched, PMS 0.9.16.6.1993 - latest version).

Testing import of an m3u music playlist; edited to ensure full paths to all mp3 files including drive letter are in the m3u.

I get the prompt to create the new PMS playlist (it doesn't already exist), and after answering 'y' to the prompt, I get the following:
DB Error: no such module: fts4

Explicitly identifying the PMS database path and filename in the command line made no difference.

Do I separately need to install and run Python 3, or is the one on the (running) PMS sufficient?

TIA,
S

 83 
 on: May 09, 2016, 04:37:17 pm 
Started by Dakusan - Last post by Dakusan
@Pierre: Are you sure you are running Python3 and not Python2?

@ulle: I'm not exactly sure what you are trying to ask. Any user could potentially use the software as long as they meet 3 conditions:
  • They have python 3 installed (and any dependent libraries)
  • They have access to the playlist and the files inside the playlist
  • They have access to write to the plex database file

 84 
 on: April 26, 2016, 03:45:08 am 
Started by Dakusan - Last post by Dakusan
Just found out that adding "winsymlinks:nativestrict" to your CYGWIN variable in bash makes all internal symlinks use actual windows NTFS symlinks. This is a MUCH better solution, as it will then support all commands that work with symlinks, including rsync.

 85 
 on: February 14, 2016, 11:03:27 am 
Started by Dakusan - Last post by Dakusan

I had the need for a project recently to have a database list of countries and currencies. I ended up pulling the currency list from wikipedia and the country list from the stage.gov website. You can download the SQL here, or copy from below. Do note there are NULLs in some of the places where data was unavailable.



DROP TABLE IF EXISTS Countries;
CREATE TABLE Countries (
 ID tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
 FIPS char(2) CHARACTER SET ascii COLLATE ascii_bin NOT NULL,
 Name varchar(35) NOT NULL,
 LongName varchar(55) NOT NULL,
 PRIMARY KEY (ID),
 UNIQUE KEY FIPS (FIPS),
 UNIQUE KEY Name (Name)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO Countries (FIPS, Name, LongName) VALUES
 ('AF','Afghanistan','Islamic Republic of Afghanistan'),
 ('AL','Albania','Republic of Albania'),
 ('AG','Algeria','People’s Democratic Republic of Algeria'),
 ('AN','Andorra','Principality of Andorra'),
 ('AO','Angola','Republic of Angola'),
 ('AC','Antigua and Barbuda','Antiqua and Barbuda'),
 ('AR','Argentina','Argentine Republic'),
 ('AM','Armenia','Republic of Armenia'),
 ('AS','Australia','Commonwealth of Australia'),
 ('AU','Austria','Republic of Austria'),
 ('AJ','Azerbaijan','Republic of Azerbaijan'),
 ('BF','Bahamas, The','Commonwealth of The Bahamas'),
 ('BA','Bahrain','Kingdom of Bahrain'),
 ('BG','Bangladesh','People’s Republic of Bangladesh'),
 ('BB','Barbados','Barbados'),
 ('BO','Belarus','Republic of Belarus'),
 ('BE','Belgium','Kingdom of Belgium'),
 ('BH','Belize','Belize'),
 ('BN','Benin','Republic of Benin'),
 ('BT','Bhutan','Kingdom of Bhutan'),
 ('BL','Bolivia','Plurinational State of Bolivia'),
 ('BK','Bosnia and Herzegovina','Bosnia and Herzegovina'),
 ('BC','Botswana','Republic of Botswana'),
 ('BR','Brazil','Federative Republic of Brazil'),
 ('BX','Brunei','Brunei Darussalam'),
 ('BU','Bulgaria','Republic of Bulgaria'),
 ('UV','Burkina Faso','Burkina Faso'),
 ('BM','Burma','Union of Burma'),
 ('BY','Burundi','Republic of Burundi'),
 ('CV','Cabo Verde','Republic of Cabo Verde'),
 ('CB','Cambodia','Kingdom of Cambodia'),
 ('CM','Cameroon','Republic of Cameroon'),
 ('CA','Canada','Canada'),
 ('CT','Central African Republic','Central African Republic'),
 ('CD','Chad','Republic of Chad'),
 ('CI','Chile','Republic of Chile'),
 ('CH','China','People’s Republic of China'),
 ('CO','Colombia','Republic of Colombia'),
 ('CN','Comoros','Union of the Comoros'),
 ('CF','Congo (Brazzaville)','Republic of the Congo'),
 ('CG','Congo (Kinshasa)','Democratic Republic of the Congo'),
 ('CS','Costa Rica','Republic of Costa Rica'),
 ('IV','Côte d’Ivoire','Republic of Côte d’Ivoire'),
 ('HR','Croatia','Republic of Croatia'),
 ('CU','Cuba','Republic of Cuba'),
 ('CY','Cyprus','Republic of Cyprus'),
 ('EZ','Czech Republic','Czech Republic'),
 ('DA','Denmark','Kingdom of Denmark'),
 ('DJ','Djibouti','Republic of Djibouti'),
 ('DO','Dominica','Commonwealth of Dominica'),
 ('DR','Dominican Republic','Dominican Republic'),
 ('EC','Ecuador','Republic of Ecuador'),
 ('EG','Egypt','Arab Republic of Egypt'),
 ('ES','El Salvador','Republic of El Salvador'),
 ('EK','Equatorial Guinea','Republic of Equatorial Guinea'),
 ('ER','Eritrea','State of Eritrea'),
 ('EN','Estonia','Republic of Estonia'),
 ('ET','Ethiopia','Federal Democratic Republic of Ethiopia'),
 ('FJ','Fiji','Republic of Fiji'),
 ('FI','Finland','Republic of Finland'),
 ('FR','France','French Republic'),
 ('GB','Gabon','Gabonese Republic'),
 ('GA','Gambia, The','Republic of The Gambia'),
 ('GG','Georgia','Georgia'),
 ('GM','Germany','Federal Republic of Germany'),
 ('GH','Ghana','Republic of Ghana'),
 ('GR','Greece','Hellenic Republic'),
 ('GJ','Grenada','Grenada'),
 ('GT','Guatemala','Republic of Guatemala'),
 ('GV','Guinea','Republic of Guinea'),
 ('PU','Guinea-Bissau','Republic of Guinea-Bissau'),
 ('GY','Guyana','Co-operative Republic of Guyana'),
 ('HA','Haiti','Republic of Haiti'),
 ('VT','Holy See','Holy See'),
 ('HO','Honduras','Republic of Honduras'),
 ('HU','Hungary','Hungary'),
 ('IC','Iceland','Republic of Iceland'),
 ('IN','India','Republic of India'),
 ('ID','Indonesia','Republic of Indonesia'),
 ('IR','Iran','Islamic Republic of Iran'),
 ('IZ','Iraq','Republic of Iraq'),
 ('EI','Ireland','Ireland'),
 ('IS','Israel','State of Israel'),
 ('IT','Italy','Italian Republic'),
 ('JM','Jamaica','Jamaica'),
 ('JA','Japan','Japan'),
 ('JO','Jordan','Hashemite Kingdom of Jordan'),
 ('KZ','Kazakhstan','Republic of Kazakhstan'),
 ('KE','Kenya','Republic of Kenya'),
 ('KR','Kiribati','Republic of Kiribati'),
 ('KN','Korea, North','Democratic People’s Republic of Korea'),
 ('KS','Korea, South','Republic of Korea'),
 ('KV','Kosovo','Republic of Kosovo'),
 ('KU','Kuwait','State of Kuwait'),
 ('KG','Kyrgyzstan','Kyrgyz Republic'),
 ('LA','Laos','Lao People’s Democratic Republic'),
 ('LG','Latvia','Republic of Latvia'),
 ('LE','Lebanon','Lebanese Republic'),
 ('LT','Lesotho','Kingdom of Lesotho'),
 ('LI','Liberia','Republic of Liberia'),
 ('LY','Libya','Libya'),
 ('LS','Liechtenstein','Principality of Liechtenstein'),
 ('LH','Lithuania','Republic of Lithuania'),
 ('LU','Luxembourg','Grand Duchy of Luxembourg'),
 ('MK','Macedonia','Republic of Macedonia'),
 ('MA','Madagascar','Republic of Madagascar'),
 ('MI','Malawi','Republic of Malawi'),
 ('MY','Malaysia','Malaysia'),
 ('MV','Maldives','Republic of Maldives'),
 ('ML','Mali','Republic of Mali'),
 ('MT','Malta','Republic of Malta'),
 ('RM','Marshall Islands','Republic of the Marshall Islands'),
 ('MR','Mauritania','Islamic Republic of Mauritania'),
 ('MP','Mauritius','Republic of Mauritius'),
 ('MX','Mexico','United Mexican States'),
 ('FM','Micronesia, Federated States of','Federated States of Micronesia'),
 ('MD','Moldova','Republic of Moldova'),
 ('MN','Monaco','Principality of Monaco'),
 ('MG','Mongolia','Mongolia'),
 ('MJ','Montenegro','Montenegro'),
 ('MO','Morocco','Kingdom of Morocco'),
 ('MZ','Mozambique','Republic of Mozambique'),
 ('WA','Namibia','Republic of Namibia'),
 ('NR','Nauru','Republic of Nauru'),
 ('NP','Nepal','Federal Democratic Republic of Nepal'),
 ('NL','Netherlands','Kingdom of the Netherlands'),
 ('NZ','New Zealand','New Zealand'),
 ('NU','Nicaragua','Republic of Nicaragua'),
 ('NG','Niger','Republic of Niger'),
 ('NI','Nigeria','Federal Republic of Nigeria'),
 ('NO','Norway','Kingdom of Norway'),
 ('MU','Oman','Sultanate of Oman'),
 ('PK','Pakistan','Islamic Republic of Pakistan'),
 ('PS','Palau','Republic of Palau'),
 ('PM','Panama','Republic of Panama'),
 ('PP','Papua New Guinea','Independent State of Papua New Guinea'),
 ('PA','Paraguay','Republic of Paraguay'),
 ('PE','Peru','Republic of Peru'),
 ('RP','Philippines','Republic of the Philippines'),
 ('PL','Poland','Republic of Poland'),
 ('PO','Portugal','Portuguese Republic'),
 ('QA','Qatar','State of Qatar'),
 ('RO','Romania','Romania'),
 ('RS','Russia','Russian Federation'),
 ('RW','Rwanda','Republic of Rwanda'),
 ('SC','Saint Kitts and Nevis','Federation of Saint Kitts and Nevis'),
 ('ST','Saint Lucia','Saint Lucia'),
 ('VC','Saint Vincent and the Grenadines','Saint Vincent and the Grenadines'),
 ('WS','Samoa','Independent State of Samoa'),
 ('SM','San Marino','Republic of San Marino'),
 ('TP','Sao Tome and Principe','Democratic Republic of Sao Tome and Principe'),
 ('SA','Saudi Arabia','Kingdom of Saudi Arabia'),
 ('SG','Senegal','Republic of Senegal'),
 ('RI','Serbia','Republic of Serbia'),
 ('SE','Seychelles','Republic of Seychelles'),
 ('SL','Sierra Leone','Republic of Sierra Leone'),
 ('SN','Singapore','Republic of Singapore'),
 ('LO','Slovakia','Slovak Republic'),
 ('SI','Slovenia','Republic of Slovenia'),
 ('BP','Solomon Islands','Solomon Islands'),
 ('SO','Somalia','Federal Republic of Somalia'),
 ('SF','South Africa','Republic of South Africa'),
 ('OD','South Sudan','Republic of South Sudan'),
 ('SP','Spain','Kingdom of Spain'),
 ('CE','Sri Lanka','Democratic Socialist Republic of Sri Lanka'),
 ('SU','Sudan','Republic of the Sudan'),
 ('NS','Suriname','Republic of Suriname'),
 ('WZ','Swaziland','Kingdom of Swaziland'),
 ('SW','Sweden','Kingdom of Sweden'),
 ('SZ','Switzerland','Swiss Confederation'),
 ('SY','Syria','Syrian Arab Republic'),
 ('TI','Tajikistan','Republic of Tajikistan'),
 ('TZ','Tanzania','United Republic of Tanzania'),
 ('TH','Thailand','Kingdom of Thailand'),
 ('TT','Timor-Leste','Democratic Republic of Timor-Leste'),
 ('TO','Togo','Togolese Republic'),
 ('TN','Tonga','Kingdom of Tonga'),
 ('TD','Trinidad and Tobago','Republic of Trinidad and Tobago'),
 ('TS','Tunisia','Republic of Tunisia'),
 ('TU','Turkey','Republic of Turkey'),
 ('TX','Turkmenistan','Turkmenistan'),
 ('TV','Tuvalu','Tuvalu'),
 ('UG','Uganda','Republic of Uganda'),
 ('UP','Ukraine','Ukraine'),
 ('AE','United Arab Emirates','United Arab Emirates'),
 ('UK','United Kingdom','United Kingdom of Great Britain and Northern Ireland'),
 ('US','United States','United States of America'),
 ('UY','Uruguay','Oriental Republic of Uruguay'),
 ('UZ','Uzbekistan','Republic of Uzbekistan'),
 ('NH','Vanuatu','Republic of Vanuatu'),
 ('VE','Venezuela','Bolivarian Republic of Venezuela'),
 ('VM','Vietnam','Socialist Republic of Vietnam'),
 ('YM','Yemen','Republic of Yemen'),
 ('ZA','Zambia','Republic of Zambia'),
 ('ZI','Zimbabwe','Republic of Zimbabwe');

DROP TABLE IF EXISTS Currencies;
CREATE TABLE Currencies (
 ID tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
 ISOCode char(3) CHARACTER SET ascii COLLATE ascii_bin DEFAULT NULL,
 NumberToBasic smallint(5) unsigned DEFAULT NULL,
 Symbol varchar(6) DEFAULT NULL,
 Name varchar(55) DEFAULT NULL,
 PRIMARY KEY (ID),
 UNIQUE KEY ISOCode (ISOCode),
 UNIQUE KEY Name (Name)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO Currencies (ISOCode, NumberToBasic, Symbol, Name) VALUES
 ('AFN',100,'؋','Afghan afghani'),
 ('ALL',100,'L','Albanian lek'),
 (NULL,100,'£','Alderney pound'),
 ('DZD',100,'د.ج','Algerian dinar'),
 ('AOA',100,'Kz','Angolan kwanza'),
 ('ARS',100,'$','Argentine peso'),
 ('AMD',100,'֏','Armenian dram'),
 ('AWG',100,'ƒ','Aruban florin'),
 (NULL,100,'£','Ascension pound'),
 ('AUD',100,'$','Australian dollar'),
 ('AZN',100,'₼','Azerbaijani manat'),
 ('BSD',100,'$','Bahamian dollar'),
 ('BHD',1000,'.د.ب','Bahraini dinar'),
 ('BDT',100,'৳','Bangladeshi taka'),
 ('BBD',100,'$','Barbadian dollar'),
 ('BYR',100,'Br','Belarusian ruble'),
 ('BZD',100,'$','Belize dollar'),
 ('BMD',100,'$','Bermudian dollar'),
 ('BTN',100,'Nu.','Bhutanese ngultrum'),
 ('BOB',100,'Bs.','Bolivian boliviano'),
 ('BAM',100,'KM','Bosnia and Herzegovina convertible mark'),
 ('BWP',100,'P','Botswana pula'),
 ('BRL',100,'R$','Brazilian real'),
 ('GBP',100,'£','British pound'),
 (NULL,100,'$','British Virgin Islands dollar'),
 ('BND',100,'$','Brunei dollar'),
 ('BGN',100,'лв','Bulgarian lev'),
 ('MMK',100,'Ks','Burmese kyat'),
 ('BIF',100,'Fr','Burundian franc'),
 ('KHR',100,'៛','Cambodian riel'),
 ('CAD',100,'$','Canadian dollar'),
 ('CVE',100,'$','Cape Verdean escudo'),
 ('KYD',100,'$','Cayman Islands dollar'),
 ('XAF',100,'Fr','Central African CFA franc'),
 ('XPF',100,'Fr','CFP franc'),
 ('CLP',100,'$','Chilean peso'),
 ('CNY',100,'¥','Chinese yuan'),
 ('COP',100,'$','Colombian peso'),
 ('KMF',100,'Fr','Comorian franc'),
 ('CDF',100,'Fr','Congolese franc'),
 (NULL,100,'$','Cook Islands dollar'),
 ('CRC',100,'₡','Costa Rican colón'),
 ('HRK',100,'kn','Croatian kuna'),
 ('CUC',100,'$','Cuban convertible peso'),
 ('CUP',100,'$','Cuban peso'),
 ('CZK',100,'Kč','Czech koruna'),
 ('DKK',100,'kr','Danish krone'),
 ('DJF',100,'Fr','Djiboutian franc'),
 ('DOP',100,'$','Dominican peso'),
 ('XCD',100,'$','East Caribbean dollar'),
 ('EGP',100,'£','Egyptian pound'),
 ('ERN',100,'Nfk','Eritrean nakfa'),
 ('ETB',100,'Br','Ethiopian birr'),
 ('EUR',100,'€','Euro'),
 ('FKP',100,'£','Falkland Islands pound'),
 (NULL,100,'kr','Faroese króna'),
 ('FJD',100,'$','Fijian dollar'),
 ('GMD',100,'D','Gambian dalasi'),
 ('GEL',100,'ლ','Georgian lari'),
 ('GHS',100,'₵','Ghana cedi'),
 ('GIP',100,'£','Gibraltar pound'),
 ('GTQ',100,'Q','Guatemalan quetzal'),
 ('GGP',100,'£','Guernsey pound'),
 ('GNF',100,'Fr','Guinean franc'),
 ('GYD',100,'$','Guyanese dollar'),
 ('HTG',100,'G','Haitian gourde'),
 ('HNL',100,'L','Honduran lempira'),
 ('HKD',100,'$','Hong Kong dollar'),
 ('HUF',100,'Ft','Hungarian forint'),
 ('ISK',100,'kr','Icelandic króna'),
 ('INR',100,'₹','Indian rupee'),
 ('IDR',100,'Rp','Indonesian rupiah'),
 ('IRR',100,'﷼','Iranian rial'),
 ('IQD',1000,'ع.د','Iraqi dinar'),
 ('ILS',100,'₪','Israeli new shekel'),
 ('JMD',100,'$','Jamaican dollar'),
 ('JPY',100,'¥','Japanese yen'),
 ('JEP',100,'£','Jersey pound'),
 ('JOD',100,'د.ا','Jordanian dinar'),
 ('KZT',100,'₸','Kazakhstani tenge'),
 ('KES',100,'Sh','Kenyan shilling'),
 (NULL,100,'$','Kiribati dollar'),
 ('KWD',1000,'د.ك','Kuwaiti dinar'),
 ('KGS',100,'лв','Kyrgyzstani som'),
 ('LAK',100,'₭','Lao kip'),
 ('LBP',100,'ل.ل','Lebanese pound'),
 ('LSL',100,'L','Lesotho loti'),
 ('LRD',100,'$','Liberian dollar'),
 ('LYD',1000,'ل.د','Libyan dinar'),
 ('MOP',100,'P','Macanese pataca'),
 ('MKD',100,'ден','Macedonian denar'),
 ('MGA',5,'Ar','Malagasy ariary'),
 ('MWK',100,'MK','Malawian kwacha'),
 ('MYR',100,'RM','Malaysian ringgit'),
 ('MVR',100,'.ރ','Maldivian rufiyaa'),
 ('IMP',100,'£','Manx pound'),
 ('MRO',5,'UM','Mauritanian ouguiya'),
 ('MUR',100,'₨','Mauritian rupee'),
 ('MXN',100,'$','Mexican peso'),
 (NULL,100,'$','Micronesian dollar'),
 ('MDL',100,'L','Moldovan leu'),
 ('MNT',100,'₮','Mongolian tögrög'),
 ('MAD',100,'د. م.','Moroccan dirham'),
 ('MZN',100,'MT','Mozambican metical'),
 (NULL,100,'դր.','Nagorno-Karabakh dram'),
 ('NAD',100,'$','Namibian dollar'),
 (NULL,100,'$','Nauruan dollar'),
 ('NPR',100,'₨','Nepalese rupee'),
 ('ANG',100,'ƒ','Netherlands Antillean guilder'),
 ('TWD',100,'$','New Taiwan dollar'),
 ('NZD',100,'$','New Zealand dollar'),
 ('NIO',100,'C$','Nicaraguan córdoba'),
 ('NGN',100,'₦','Nigerian naira'),
 (NULL,100,'$','Niue dollar'),
 ('KPW',100,'₩','North Korean won'),
 ('NOK',100,'kr','Norwegian krone'),
 ('OMR',1000,'ر.ع.','Omani rial'),
 ('PKR',100,'₨','Pakistani rupee'),
 (NULL,100,'$','Palauan dollar'),
 ('PAB',100,'B/.','Panamanian balboa'),
 ('PGK',100,'K','Papua New Guinean kina'),
 ('PYG',100,'₲','Paraguayan guaraní'),
 ('PEN',100,'S/.','Peruvian nuevo sol'),
 ('PHP',100,'₱','Philippine peso'),
 (NULL,100,'$','Pitcairn Islands dollar'),
 ('PLN',100,'zł','Polish złoty'),
 ('QAR',100,'ر.ق','Qatari riyal'),
 ('RON',100,'lei','Romanian leu'),
 ('RUB',100,'₽','Russian ruble'),
 ('RWF',100,'Fr','Rwandan franc'),
 (NULL,100,'Ptas','Sahrawi peseta'),
 ('SHP',100,'£','Saint Helena pound'),
 ('WST',100,'T','Samoan tālā'),
 ('STD',100,'Db','São Tomé and Príncipe dobra'),
 ('SAR',100,'ر.س','Saudi riyal'),
 ('RSD',100,'дин.','Serbian dinar'),
 ('SCR',100,'₨','Seychellois rupee'),
 ('SLL',100,'Le','Sierra Leonean leone'),
 ('SGD',100,'$','Singapore dollar'),
 ('SBD',100,'$','Solomon Islands dollar'),
 ('SOS',100,'Sh','Somali shilling'),
 (NULL,100,'Sh','Somaliland shilling'),
 ('ZAR',100,'R','South African rand'),
 (NULL,100,'£','South Georgia and the South Sandwich Islands pound'),
 ('KRW',100,'₩','South Korean won'),
 ('SSP',100,'£','South Sudanese pound'),
 ('LKR',100,'රු','Sri Lankan rupee'),
 ('SDG',100,'ج.س.','Sudanese pound'),
 ('SRD',100,'$','Surinamese dollar'),
 ('SZL',100,'L','Swazi lilangeni'),
 ('SEK',100,'kr','Swedish krona'),
 ('CHF',100,'Fr','Swiss franc'),
 ('SYP',100,'£','Syrian pound'),
 ('TJS',100,'ЅМ','Tajikistani somoni'),
 ('TZS',100,'Sh','Tanzanian shilling'),
 ('THB',100,'฿','Thai baht'),
 ('TOP',100,'T$','Tongan paʻanga'),
 ('PRB',100,'р.','Transnistrian ruble'),
 ('TTD',100,'$','Trinidad and Tobago dollar'),
 (NULL,100,'£','Tristan da Cunha pound'),
 ('TND',1000,'د.ت','Tunisian dinar'),
 ('TRY',100,'₺','Turkish lira'),
 ('TMT',100,'m','Turkmenistan manat'),
 (NULL,100,'$','Tuvaluan dollar'),
 ('UGX',100,'Sh','Ugandan shilling'),
 ('UAH',100,'₴','Ukrainian hryvnia'),
 ('AED',100,'د.إ','United Arab Emirates dirham'),
 ('USD',100,'$','United States dollar'),
 ('UYU',100,'$','Uruguayan peso'),
 ('UZS',100,NULL,'Uzbekistani som'),
 ('VUV',NULL,'Vt','Vanuatu vatu'),
 ('VEF',100,'Bs F','Venezuelan bolívar'),
 ('VND',10,'₫','Vietnamese đồng'),
 ('XOF',100,'Fr','West African CFA franc'),
 ('YER',100,'﷼','Yemeni rial'),
 ('ZMW',100,'ZK','Zambian kwacha');

 86 
 on: February 08, 2016, 02:04:40 am 
Started by Dakusan - Last post by Dakusan
Original update for GC and C2MTL Website Updates can be found at https://www.castledragmire.com/Updates/GC_and_C2MTL_Website_Updates.
Originally posted on: 02/08/16
Regarding: Websites


 87 
 on: February 08, 2016, 12:52:16 am 
Started by Dakusan - Last post by Dakusan

So somehow all of the file names in my Rammstein music directory, and some in my Daft Punk, had characters with diacritics replaced with an invalid character. I pasted one of such filenames into a hex editor to evaluate what the problem was. First, I should note that Windows encodes its filenames (and pretty much everything) in UTF16. Everything else in the world (mostly) has settled on UTF8, which is a much better encoding for many reasons. So during some file copy/conversion at some point in the directories’ lifetime, the file names had done a freakish (utf16*)(utf16->utf8) rename, or something to that extent. I had noticed that all I needed to do was to replace the first 2 bytes of the diacritic character with a different byte. Namely “EF 8x” to “Cx”, and the rest of the bytes for the character were fine. So if anyone ever needs it, here is the bash script.


LANG=;
IFS=$'\n'
for i in `find -type f | grep -P '\xEF[\x80-\x8F]'`; do
   FROM="$i";
   TO=$(echo "$i" | perl -pi -e 's/\xEF([\x80-\x8F])/pack("C", ord($1)+(0xC0-0x80))/e');
   echo Renaming "'$FROM'" to "'$TO'"
   mv "$FROM" "$TO"
done

I may need to expand the range beyond the x80-x8F range, but am unsure at this point. I only confirmed the range x82-x83.


 88 
 on: February 07, 2016, 01:00:38 am 
Started by Dakusan - Last post by Dakusan
Original update for 2016 Resume Updates can be found at https://www.castledragmire.com/Updates/2016_Resume_Updates.
Originally posted on: 02/07/16
Regarding: Resume

  • Rewrote the background section, which was badly needed.
  • Under Notable Projects, made Intellitix past tense (as of 2012)
  • Added Notable Project C2MTL
  • Removed Obsolete Skills: VBScript
  • Added Skills: AngularJS, Django, jQuery, Amazon Web Services
  • Work Experience/Deltaarc: Specified IT Admin for Linux servers
  • Removed Obsolete Jobs and Skills:
    • Tutor at Open Doors Learning Center [1999-2001]
    • Microsoft Certified Professional [2004]
    • Place in Winston Science Programming Competition [1999, 2000, 2002]
    • Black Belt in Taekwondo [1996]

 89 
 on: February 05, 2016, 03:31:24 pm 
Started by Dakusan - Last post by Dakusan
Original post for XCode Compiler Fail can be found at https://www.castledragmire.com/Posts/XCode_Compiler_Fail.
Originally posted on: 02/05/16

While I’ve been encountering more bugs than I can count on both hands while working with XCode, this one takes the cake. Clang (the compiler) was throwing the following errors while it was trying to compile one of its objective C source files (.m extension).


clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: arm-apple-darwin14.5.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
clang: error: unable to execute command: Segmentation fault: 11
clang: note: diagnostic msg: Error generating preprocessed source(s).

The fix... was to keep the specific source file open in an XCode window ~.~ . How the heck do you integrate the [CLI] compiler so much into the IDE that this could happen? Or is this simply a weird file system thing? I should note that my XCode project directory, with all files, is located on a VMware volume share.


 90 
 on: January 31, 2016, 09:38:03 pm 
Started by Dakusan - Last post by Dakusan
Please note that this post is now obsolete. cPanel now has selective backup options for both users and on a global level.

Pages: 1 ... 7 8 [9] 10