Casual Destroy as many bricks as possible! You need to destroy rows of bricks by filling gaps in the row. Remake of old "BrickGame" game. https://www.youtube.com/watch?v=2KEAj02wYiI
[Fixed] Error building Player: Win32Exception: zipalign.exe in Unity3d
During building your Unity3d project for Android devices you might get following error:: "Error building Player: Win32Exception: ApplicationName='C:/Program Files (x86)/Android/android-sdk\tools\zipalign.exe', CommandLine='4 "D:\code\Game\Temp/StagingArea/Package_unaligned.apk" "D:\code\Game\Temp/StagingArea/Package.apk"', CurrentDirectory='Temp/StagingArea'" To fix this error: Go to C:\Program Files (x86)\Android\android-sdk\build-tools\20.0.0 (you may have different version) Copy zipalign.exe...
Seven - Мир грёз
Seven - Мир грёз Em C Am H7 Ночь и тишина вокруг меня За мраком ночи спят деревья и поля Но я не с ними я во снах что памятью хранят Там где все те кто любят, ждут меня Припев Em C Am H7 Там в мире грез нет горечи и слез Богатство и успех сопутствует у всех Любовь и доброта там правила всегда А жизнь течет вперед не зная смерти ход Лица в памяти всплывают лица Дом родной родной очаг А сердце радость наполняет До краев души не чает Нету больше сожалений и печали больше нет Я ведь дома, у камина,...
[How To] Automatically start a program when you turn on your computer
Autostart a program you use every day by adding a shortcut to the Windows Startup folder. (If this is too much of a distraction or makes your computer start too slowly, you can always delete the shortcut from the Startup folder.) Windows 7 Right-click the icon of the program you want to start automatically, and then click Copy (or press Ctrl + C). In the All Programs list, right-click the Startup folder, and then click Explore. Click Organize > Paste (or press Ctrl+V) to paste the program sho...
[Fixed] "Setup was unable to create a new system partition or locate an existing system partition" during installing Windows 8.1(8, 7, Vista, etc) from USB
If you try to install any version of Windows from USB falsh drive you may got this error: "Setup was unable to create a new system partition or locate an existing system partition" I have already found tricky solution for Windows 7 but it didn't help me with Windows 8.1. So I have found another solution that will be suitable for any Windows version. Basically you just need to copy all installation files from USB flash drive to your HDD (or SDD) drive and make it bootable, and then continue insta...
[Fixed] The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine
The problem arises when you have your application compiled for AnyCPU Platform, you are running on a 64bit system and the installed ADO.NET provider (Microsoft ACE.OLEDB.12.0) is the 32bit version. When using the AnyCpu target Platform your code will be executed as 64bit code on 64bit systems and as 32bit code on 32bit systems. An application executed as 64bit cannot use 32bit drivers (and viceversa). The Microsoft.ACE.OLEDB.12.0 has two different version for 64 and 32bit that cannot be installe...
Enity Framework "column in table is of a type that is invalid for use as a key column in an index"
After adding Index attribute with IsUnique set to true for string value in my code first model [Index(IsUnique = true)] public string Email { get; set; } , I've tried to update my database, but got following error: "column in table is of a type that is invalid for use as a key column in an index". I've got this error because unique constraint can't be over 8000 bytes per row and will only use the first 900 bytes even then so the safest maximum size for my field would be 450 characters. To add th...
Апостиль на свидетельство о рождении
Возможно вам, как и мне, понадобилось апостилировать свидетельство о рождении. Вот небольшая инструкция для облегчения поисков. Все инструкции, адреса и т.д. будут проводиться для условий Киева. Получения свидетельства Украинского образца. Если у вас свидетельство выдано еще во времена СССР его желательно заменить, так как апостиль ставиться только на документы выданные в Украине. Поменять его можно по месту выдачи предыдущего. Если нет такой возможности апостиль можно поставить на нотариально з...
Решение проблем с установкой Windows 8.1 (8, 7, Vista, etc) с USB флешки (Программе установки не удалось создать новый или найти существующий системный раздел)
Привет всем любителям маздая ;) Надумал я обновить вянду у себя на PC, друг подкинул крякабельную windows 8.1 и соответствующий кряк. Образ залит на флешечку, машина уходит в ребут, загрузка пошла, доходим до выбора диска, нажимает Далее и видим уеб*щное сообщение с всеми нелюбимой ошибкой "Программе установки не удалось создать новый или найти существующий системный раздел". Ну думаю, хрен с вами, нарыл я уже один раз способ решения данной проблемы, но доблестные программисты майкрософта пофик...
[urlHandler] MSI installation released
Now you could install UrlHandler by using msi installation. This installation is in progress now, so for now it is necessary to perform some post installation steps. In the future all installation process will be automated. Please read README file. Download: Msi installation Source code