This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static void Main(string[] args) | |
{ | |
Console.Write("Entrer botre : "); | |
string my_line = Console.ReadLine(); | |
int mon_num = int.Parse(my_line); | |
Console.WriteLine(mon_num * 2); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string width = Console.ReadLine(); | |
if(width>20) | |
{ | |
Console.WriteLine("Sorry you can't park in this garage, you truck is too wide :("); | |
} | |
else | |
{ | |
Console.WriteLine("All is ok, you can park safely, and don't forget to turn your engine off :)"); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace salary | |
{ | |
class Program | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://moonbit.co.in/?ref=f14d145d36ca |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:orientation="vertical" | |
tools:context="com.example.seddik.myapplication.MainActivity"> | |
<LinearLayout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To work around this issue, we suggest you to re-install SQL Server Express, and you can try the following steps: | |
1. Uninstall the existing SQL Server 2008 R2 Express and all the components from the control panel. | |
2. Backup the registry. | |
3. Delete the following keys in regedit: | |
--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server | |
--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer | |
4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server. | |
5. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server. | |
6. Rename all the SQL Server folders in the computer. | |
7. Reboot the machine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4d6158a1-b601-428c-aad4-a1716e76de1a/install-sql-server-problem?forum=sqlexpress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git rm -r --cached path_to_your_folder/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ui_print | |
script succeeded: result was [ E:unknown command []] | |
I:Updater process ended with RC=0 | |
I:Legacy property environment disabled. | |
Updating partition details... | |
I:Data backup size is 13MB, free: 3870MB. | |
I:Unable to mount '/external_sd' | |
I:Actual block device: '', current file system: 'auto' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.register('locale',[],function(_export){return{execute:function(){_export('default',function(app){app.translator.translations={"flarum-lock.forum.badge.locked_tooltip":"Locked","flarum-lock.forum.discussion_controls.lock_button":"Lock","flarum-lock.forum.discussion_controls.unlock_button":"Unlock","flarum-lock.forum.notifications.discussion_locked_text":"{username} locked","flarum-lock.forum.post_stream.discussion_locked_text":"{username} locked the discussion.","flarum-lock.forum.post_stream.discussion_unlocked_text":"{username} unlocked the discussion.","flarum-lock.forum.settings.notify_discussion_locked_label":"Someone locks a discussion I started","flarum-auth-facebook.forum.log_in.with_facebook_button":"Log In with Facebook","flarum-sticky.forum.badge.sticky_tooltip":"Sticky","flarum-sticky.forum.discussion_controls.sticky_button":"Sticky","flarum-sticky.forum.discussion_controls.unsticky_button":"Unsticky","flarum-sticky.forum.post_stream.discussion_stickied_text":"{username} stickied the discuss |
OlderNewer