Dec. 11th, 2013
После двух недель траха с saml и salesforce, с помощью гугла, стаковерфлоу, интуиции, джавы, а также заклинаний "абанамат" и "данунах", удалось моему сервис провайдеру зааутентифицироваться в salesforce. Хоть наливай, право слово. Ан нет, в нашей конторе ничего нету, это в предыдущей был широкий выбор висок и бурбонов (но зато там был мерзкий мудак архитектор, а здесь я сам себе архитектор, швец, жнец, сисадмин, кюей, чай завариваю, и про отсутствие в сортире туалетной бумаги ругаюсь с сучкой (perrita) Бекки).
how to eat
Dec. 11th, 2013 02:57 pmNow that you know how to tie your shoelaces, here's how to eat:
http://www.huffingtonpost.com/2013/12/10/eating-wrong_n_4414621.html?ncid=edlinkusaolp00000009&ir=Technology
http://www.huffingtonpost.com/2013/12/10/eating-wrong_n_4414621.html?ncid=edlinkusaolp00000009&ir=Technology
more Java masterpieces
Dec. 11th, 2013 03:27 pm/** * Removes preceeding or proceeding whitespace from a string or return null if the string is null or of zero length * after trimming (i.e. if the string only contained whitespace). * * @param s the string to trim * * @return the trimmed string or null */ public static String safeTrimOrNullString(String s) { if (s != null) { String sTrimmed = s.trim(); if (sTrimmed.length() > 0) { return sTrimmed; } } return null; }
I kind of cannot figure out, what is it about? Why do these people do what they do?
ну как чо там железный занавес?
Dec. 11th, 2013 04:16 pmИскал вот это, пошел в журзал, а там омоны с миздюлиной пришли и всё позапрещали: http://zhurnal.lib.ru/b/brigadir_j_a/test2.shtml
Либрусек тоже запрещён: http://lib.rus.ec/b/364303
Либрусек тоже запрещён: http://lib.rus.ec/b/364303
joy of authentication
Dec. 11th, 2013 04:47 pm
User has been authenticated
General information
Username: vp******@gmail.com
User format: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified
IDP: https://***********-dev-ed.my.salesforce.com
Assertion issue time: 2013-12-12T00:42:10.682Z
Well, opensaml is something, really. The same url is required to have a parameter in one place, and not to have a parameter in another... no, in 4 other places.
Whatever.
задание выполнено
все улыбаются
Или, цитируя журнал "Корея", нет пределов радости от выполнения дневного задания.
И студенты у меня получат одна D, три C, остальные A и B. (In die Schule kommen wir und bekommen 5 und 4.)