Skip to content
View negru's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report negru

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cursor-discount-promo-code cursor-discount-promo-code Public

    Looking for a Cursor discount code, Cursor referral code, or Cursor coupon?

  2. marketdental/dental-procedures marketdental/dental-procedures Public

    Canadian Dental Association (CDA) Codes

  3. US states & Canadian Provinces in JS... US states & Canadian Provinces in JSON form
    1
    [
    2
        {
    3
            "name": "Alberta",
    4
            "abbreviation": "AB"
    5
        },
  4. A form selectbox with US States/Terr... A form selectbox with US States/Territories and Canadian Provinces
    1
    <select id="state" name="state">
    2
    	<option value="">Select One</option>
    3
    	<optgroup label="U.S. States/Territories">
    4
    		<option value="AK">Alaska</option>
    5
    		<option value="AL">Alabama</option>