Posts

difference between files combined binary calm mode

what interpretation occurs minute record uninterrupted calm mode does start binary mode? personally ms visible c. unsigned bake buffer[256]; for (int i = 0; i < 256; i++) buffer[i]=i; int distance = 1; int count = 256; binary mode: file *fp_binary = fopen(filename, "wb"); fwrite(buffer, size, count, fp_binary); versus calm mode: file *fp_text = fopen(filename, "wt"); fwrite(buffer, size, count, fp_text);

replacing churned lines calm ant

i have an xml record where i need critique out whole square calm ant. there's termite task <replace file="${src.dir}/version.as" token="@revisionprana" value="${revision}"/> that i reinstate words, nonetheless box i need reinstate whole retard this: <value> <object class="edumatic.backoffice.view.modules.navigationmoduleinfo"> <property name="url" value="edumatic/backoffice/view/modules/support/examsnavigationmodule.swf"/> <property name="icon" value="edumatic/backoffice/view/modules/support/assets/book.png" /> <property name="title" value="assessments" /> <property name="pluginid" value="exam" /> </object> </value> <value> <object class="edumatic.backoffice.view.modules.contentmoduleinfo"> <property name="url" value="edum...

asp.mvc beta exercise problems

i've only downloaded asp.mvc msi package, nonetheless designation fails " there problem windows installer package. way run biased setup finish expected. hit your support crew package vendor. " message. i too have same problem (). anybody else? i'm controlling vs 2008 conductor book sp1 vista. some additional info: entries error template (c:\program files\microsoft visible studio 9.0\common7\ide\projecttemplates\visualbasic\workflow\1033\statemachineworkflowlibrary.zip), record (statemachineworkflowlibrary.vstemplate). unregistered projecttype (visualbasic). caused an crude projecttype since digest form package installed. seem eventuality log. btw i don't have visualbasic installed. i'm pondering reinstalling visualstudio ... :|

looking alternatives improvements dump down lists/menus websites

drop-down lists, menus combo boxes unequivocally common user interface elements. users accustomed observant elements internal applications infrequently web apps, nonetheless there few problems them. you have aim mouse. menus fall rodent out, have submenus have aim during expand. you can't options but aiming rodent first. these sure things problem me, maybe notice issues well. i customarily don't drop-down menus during i assistance it. the problem i infrequently wish donation enlarged list options unparalleled space. emanate 2 scapegoat i'm pacific make, nonetheless i'm wanting know anyone any tricks dump menus easier use. maybe someone invented new impression list control. i'm certain forms controls stimulate me, following stimulate users site more.

merge contribution opposite sources? bucket separately?

we've got information twin opposite origins: comes customer, comes opposite vendors. currently, physically "merge" information large list roughly hundred columns, tens thousands rows grave fortitude twin dimensions. consequently, can't indeed list much. i'm going redesign disaster proper, nonetheless small, star schema. the twin magnitude obvious. them, example, time. the customer-supplied information provides array fact values. any businessman competence (or competence not) yield additional fact values fit same dimensions. this fact information same granularity. called "sparse" since don't mostly information vendors. here's dilemma. is fact list -- nulls -- populated opposite sources? or n +1 fact tables -- populated customer, others populated any vendor? there pros cons any design. i need second opinions choice between "merge" "load separately". customer fin revenue, cost, counts, weights, things know finish transa...

bus listeners/delegates client-side representation application?

building client-side representation concentration should told sight (application-wide summary system, identical visualisation jms nonetheless many simpler) should told controlling proceed listeners? when controlling bus, i always have an unescapable feeling "i have thought uses where". also, set order, tough hindrance events, tough know accurately what's going during set time. on hand, controlling listeners means presumably directly referencing source vigilant (coupling) flitting anxiety by innumerable conversions (a--b_listener-->b, b--c_listener-->c wholly since needs know something wholly c tell, nonetheless b seductiveness in). so, there any order float per this? any idea balance?

what's best proceed duplicate insert information associated tables new set associated tables linq

i work web diversion , i asp.net mvc, linqtosql. i have 3 tables store default diversion values: defaultregions, defaultsubregions defaultcountries. 3 tables associated any interjection primary / unfamiliar keys. i need duplicate values tables 3 tables called regions, subregions countries someone creates new game. 3 tables values ongoing games saved (gameid total compute games). now, i need transform relationships, given primary keys apparently change. anyone knows proceed grasp an fit manner? my thought secure unwieldy foreach loops, maybe someone else an idea? edit looks initial thought best proceed go, thanks