TheWOPE The Weapons of Planet Earth Handguns Edition for iPhone

DigitalNG recently launched the first App of its kind. TheWOPE The Weapons of Planet Earth Handguns Edition is a modern handgun encyclopedia, offering data, photos, manufacturer information and more for over eighteen hundred makes of handguns.

The incredibly extensive database was a labor of love, handmade by developers who share many users’ interest in gun details. “We hope that our users enjoy the app as much as we do,” said F. Volkan Adalan, one of the owners of DigitalNG.

Demonstration Video

Continue reading ‘TheWOPE The Weapons of Planet Earth Handguns Edition for iPhone’

Terminating app due to uncaught exception ‘NSRangeException’, reason: ‘*** -[NSCFArray objectAtIndex:]: index (5) beyond bounds (3) While trying to insert sections and rows at the same time for for devices lower than iOS 4.0 (iPhone 2g – 3.1.3)

If you are having troubles updating your uitableview like me then I have a bit ugly but working solution for you;

My original code was like this;

- (IBAction)segmentedControlValueChanged {
//oldSelectedUnit = selectedUnit;
//selectedUnit = segmentedControl.selectedSegmentIndex;
if (selectedUnit == 0) {
if (segmentedControl.selectedSegmentIndex == 1) {
[tableMyView beginUpdates];
selectedUnit = segmentedControl.selectedSegmentIndex;
[tableMyView insertSections:insertedSections withRowAnimation:UITableViewRowAnimationFade];
[tableMyView insertRowsAtIndexPaths:insertIndexPaths withRowAnimation:UITableViewRowAnimationFade];
[tableMyView endUpdates];
}
}else if (selectedUnit == 1) {
if (segmentedControl.selectedSegmentIndex == 0) {
[tableMyView beginUpdates];
[tableMyView deleteSections:deletedSections withRowAnimation:UITableViewRowAnimationFade];
[tableMyView deleteRowsAtIndexPaths:deleteIndexPaths withRowAnimation:UITableViewRowAnimationFade];
selectedUnit = segmentedControl.selectedSegmentIndex;
[tableMyView endUpdates];
}
}
}
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
return [[self.mySearchFields objectAtIndex:selectedUnit] count];
}
-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
return [[[self.mySearchFields objectAtIndex:selectedUnit] objectAtIndex:section] count];
}

Continue reading ‘Terminating app due to uncaught exception ‘NSRangeException’, reason: ‘*** -[NSCFArray objectAtIndex:]: index (5) beyond bounds (3) While trying to insert sections and rows at the same time for for devices lower than iOS 4.0 (iPhone 2g – 3.1.3)’

Bulent Tigin anisina

Cok sevdigimiz arkadasimiz “Koca Adam” Bulent Tigin‘in $aibeli olumu ile ilgili, Annesi Betul Tigin’in de katildigi bir reality show/ tartisma programi…

Sorumlularin cezalandirilip hakettiklerini bulmalari dilegi ile bu programi ayrica burada da yayinliyorum.

Dilerseniz siz de yorumlarda duygularinizi ve dusuncelerinizi uye falan olmaya gerek duymadan rahatlikla belirtebilirsiniz.

Mekan’in cennet olsun arkadasim, biz sevenlerine de tekrar Allah’tan sabir vermesini diliyorum…

Unutmadik, unutmayacagiz….!

Bulent Tigin Nester Programi from Emre Besirik on Vimeo.

All Digitalng… grand re-opening

After recent event and some updates all of our beloved digitalng.com domain services are up and running again after 2+ years :)
our blog; http://blog.digitalng.com (here :) )
our forum; http://forum.digitalng.com (formerly known as thenevermind.com)
and some other services for only our friends to see ;)

Uzun sure (2 yil kadar) sonra pek sevgili domain’imiz digitalng.com ‘u tekrar ayaklandirmis/canlandirmis bulunuyorum, mutluyum gururluyum :P
Blog’umuz; http://blog.digitalng.com/ (burasi :) )
Forumumuz; http://forum.digitalng.com/ (eski thenevermind.com)
ve sadece dostlara ozel baska bir takim servisler ;)

Crysis console complete command list and default values

CHEAT: stays in the default value if cheats are not disabled
REQUIRE_NET_SYNC: cannot be changed on client and when connecting it´s sent to the client
SAVEGAME: stored when saving a savegame
READONLY: can not be changed by the user
————————-

Commands:

  • Command: _TestFormatMessage
    • script:
    • help:
  • Command: ag_reload_ag
    • script:
    • help:
  • Command: ag_reload_xml
    • script:
    • help:
  • Command: ag_step
    • script:
    • help:
  • Command: ag_testplanner
    • script:
    • help:
  • Command: ai_CalcHumanMovementTable
    • script:
    • help:
  • Command: ai_ReadabilityReload
    • script:
    • help: Reloads readability xml files.
  • Command: ai_ReadabilityTest
    • script:
    • help: Tests the readability pack of specified entity.
    • If no readability name is specified all readabilities will be played.
    • Usage: ai_ReadabilityTest <entity name> [readability name] – to play a readability
    • ai_ReadabilityTest stop – to stop the currently playing readability set.
  • Continue reading ‘Crysis console complete command list and default values’