Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Different Equality Operators in Rails

1) == It is a simple equality operator, that only checks if the value of the left operand is equal to the right operand or not, so returns true or false respectively <pre> > x = 5 > y = 5 > x == y => true > y = 6 > x == y

Email Validation in iOS

While creating any Login or Registration UI in iOS we ask user to enter their email id. To avoid wrong data entry we can validate entered data by using a simple validation method. Below method will return you a BOOL value. Here it is:- -(BOOL)valid

arbfoox

دردشه تيرا شات تيرا تيرا فوكس تيرا تيرافويس شات تيرا فويس دردشه تيرا فويس تيرا فويس الصوتي تيرا فويس الصوتيه دردشه صوتيه دردشة صوتية غرف صوتيه غرف صوتية شات صوتي فوكس عرب شات فوكس عرب دردشه فوكس عرب فوكس عرب الصوتي فوكس عرب الصوتيه أسعار الغرف أسعار

arbffox

دردشه تيرا, شات تيرا, تيرا فوكس, تيرا, تيرافويس, شات تيرا فويس, دردشه تيرا فويس, تيرا فويس الصوتي, تيرا فويس الصوتيه, دردشه صوتيه, دردشة صوتية, غرف صوتيه, غرف صوتية, شات صوتي, فوكس عرب, شات فوكس عرب, دردشه فوكس عرب, فوكس عرب الصوتي, فوكس عرب الصوتيه,

Creating a Random Number Generator

Use a combination of JavaScript Math methods: random to generate a random value between 0 and 1, which is then multiplied by 255. var randomNumber = Math.floor(Math.random() * 255); console.log(randomNumber); The random method generates a random n

578 gd sg6s 7 w4t

buy clomid homepage antibiotic cephalexin ampicillin 500 tetracycline visit this link erythromycin prednisone 5 mg ventolin online buy generic seroquel amoxicillin buy elimite vibramycin 100mg buy metformin er

Perspective mockup using CSS

Hello all, Below is an example, how to create 3D mockup to create this you should know about css Transfrom and about pseudo class. CSS:- div{height:240px;width: 160px;background: #ccc; position: relative; top:40px;padding:5px;box-sizing:bo

How to bind a model to a route in laravel

In laravel 5.2 we can bind a model to a route.This model binding is called Implicit model binding Route::get('/web/users/{user}', function(Post $user) { return $post; }); in this case if i use request users/1 it will will inject the User insta

Converting timezone of date-time without effecting the actual time

I am looking for a way in rails using which I can change the timezone i.e UTC or GMT of date time string without actually making any changes to the original string (just want to change the timezone) . Is there any inbuilt time method in Rails which

How to validate the characters of the strings to the characters typing via mobile keyboard?

Hey guys i am working on the prototype like this: https://www.youtube.com/watch?v=aGwqi5wK5ZA how can i validate the characters like in this game. And if he types wrong he is not allowed to type, Like if I need to type"Hello" , and user press 'e'

1 145 467
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: