Snippets Collections
div.waiverdesc{margin-bottom:20px;}div.waiverdesc a{ word-break: break-word; color: #1900e6; margin-bottom: 20px; font-weight: 500; font-size: 16px; text-decoration: underline; } div.waiverdesc tr th{background-color: #49ee6c; border: solid 1px #dee; color: #000000; padding: 10px; text-align: left; text-shadow: 1px 1px 1px #fff; }div.bb_dates_panel{margin-bottom:20px;}
    private ListView listView;
    private RequestQueue mQueue;
    private String company1;
    private List<String> peoplelist;
    private ArrayAdapter<String> adapter;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_unmarried);

        listView = findViewById(R.id.listpeople);
        Bundle bundle =  getIntent().getExtras();
        String company1 = bundle.getString("tag");
        Toast.makeText(this, ""+company1, Toast.LENGTH_SHORT).show();
        mQueue = Volley.newRequestQueue(this);
        peoplelist = new ArrayList<>();



        jsonparsingUnmarried();
from langchain.schema import Document


[Document(page_content='Parable of the Sower is a science fiction novel by Octavia Butler, published in 1993. It follows the story of Lauren Olamina, a young woman living in a dystopian future where society has collapsed due to environmental disasters, poverty, and violence.', metadata={'score': 0.8897120952606201, 'uuid': 'f99ecec3-f778-4bfd-8bb7-c3c00ae919c0', 'created_at': '2023-10-17T22:53:08.664849Z', 'updated_at': '0001-01-01T00:00:00Z', 'role': 'ai', 'metadata': {'system': {'entities': [{'Label': 'GPE', 'Matches': [{'End': 20, 'Start': 15, 'Text': 'Sower'}], 'Name': 'Sower'}, {'Label': 'PERSON', 'Matches': [{'End': 65, 'Start': 51, 'Text': 'Octavia Butler'}], 'Name': 'Octavia Butler'}, {'Label': 'DATE', 'Matches': [{'End': 84, 'Start': 80, 'Text': '1993'}], 'Name': '1993'}, {'Label': 'PERSON', 'Matches': [{'End': 124, 'Start': 110, 'Text': 'Lauren Olamina'}], 'Name': 'Lauren Olamina'}]}}, 'token_count': 56}),
     Document(page_content="Write a short synopsis of Butler's book, Parable of the Sower. What is it about?", metadata={'score': 0.8857351541519165, 'uuid': 'f6aba470-f15f-4b22-84ef-1c0d315a31de', 'created_at': '2023-10-17T22:53:08.642659Z', 'updated_at': '0001-01-01T00:00:00Z', 'role': 'human', 'metadata': {'system': {'entities': [{'Label': 'ORG', 'Matches': [{'End': 32, 'Start': 26, 'Text': 'Butler'}], 'Name': 'Butler'}, {'Label': 'WORK_OF_ART', 'Matches': [{'End': 61, 'Start': 41, 'Text': 'Parable of the Sower'}], 'Name': 'Parable of the Sower'}]}}, 'token_count': 23}),
     Document(page_content='Who was Octavia Butler?', metadata={'score': 0.7759560942649841, 'uuid': '26aab7b5-34b1-4aff-9be0-7834a7702be4', 'created_at': '2023-10-17T22:53:08.585297Z', 'updated_at': '0001-01-01T00:00:00Z', 'role': 'human', 'metadata': {'system': {'entities': [{'Label': 'PERSON', 'Matches': [{'End': 22, 'Start': 8, 'Text': 'Octavia Butler'}], 'Name': 'Octavia Butler'}], 'intent': 'The subject is asking for information about Octavia Butler, a specific person.'}}, 'token_count': 8}),
     Document(page_content="Octavia Butler's contemporaries included Ursula K. Le Guin, Samuel R. Delany, and Joanna Russ.", metadata={'score': 0.7602507472038269, 'uuid': 'ee4aa8e9-9913-4e69-a2a5-77a85294d24e', 'created_at': '2023-10-17T22:53:08.611466Z', 'updated_at': '0001-01-01T00:00:00Z', 'role': 'ai', 'metadata': {'system': {'entities': [{'Label': 'PERSON', 'Matches': [{'End': 16, 'Start': 0, 'Text': "Octavia Butler's"}], 'Name': "Octavia Butler's"}, {'Label': 'ORG', 'Matches': [{'End': 58, 'Start': 41, 'Text': 'Ursula K. Le Guin'}], 'Name': 'Ursula K. Le Guin'}, {'Label': 'PERSON', 'Matches': [{'End': 76, 'Start': 60, 'Text': 'Samuel R. Delany'}], 'Name': 'Samuel R. Delany'}, {'Label': 'PERSON', 'Matches': [{'End': 93, 'Start': 82, 'Text': 'Joanna Russ'}], 'Name': 'Joanna Russ'}], 'intent': "The subject is stating a fact about Octavia Butler's contemporaries, including Ursula K. Le Guin, Samuel R. Delany, and Joanna Russ."}}, 'token_count': 27}),
     Document(page_content='You might want to read Ursula K. Le Guin or Joanna Russ.', metadata={'score': 0.7595934867858887, 'uuid': '9fa630e6-0b17-4d77-80b0-ba99249850c0', 'created_at': '2023-10-17T22:53:08.630731Z', 'updated_at': '0001-01-01T00:00:00Z', 'role': 'ai', 'metadata': {'system': {'entities': [{'Label': 'ORG', 'Matches': [{'End': 40, 'Start': 23, 'Text': 'Ursula K. Le Guin'}], 'Name': 'Ursula K. Le Guin'}, {'Label': 'PERSON', 'Matches': [{'End': 55, 'Start': 44, 'Text': 'Joanna Russ'}], 'Name': 'Joanna Russ'}]}}, 'token_count': 18})]
function testimonialLoop()
{
    ob_start();
    $args = array(
        'post_type' => 'our-testimonials',
        'posts_per_page' => -1
    );
    $result = new WP_Query($args);
    ?>
    <div class="row">
        <div class="col-md-10">
            <div class="slider-for">
            <?php if ($result->have_posts()) : ?>
                <?php while ($result->have_posts()) : $result->the_post(); ?>
                    <div class="testimonialsSingle">
                        <div class="testimonialsContent">
                            <div class="testimonialsContentInner">
                                <div class="ContentInner">
                                    <div class="serDesc"><?php echo wp_trim_words(get_the_content(), 20, '...'); ?></div>
                                    <div class="rating">
                                        <span class="star <?php the_field('rating'); ?>"></span>
                                    </div>
                                    <div class="testimonialTitle">
                                        <span><strong><?php the_title(); ?></strong></span> /
                                        <span><?php the_field('designation'); ?></span>
                                    </div>
                                </div>
                            </div>
                            <?php the_post_thumbnail('full'); ?>
                        </div>
                    </div>
                <?php endwhile; ?>
            <?php endif; ?>
        </div>
        </div>
        <div class="col-md-2">
            <div class="slider-nav">
            <?php if ($result->have_posts()) : ?>
                <?php while ($result->have_posts()) : $result->the_post(); ?>
                    <div class="testimonialsImg">
                        <?php the_post_thumbnail('full'); ?>
                    </div>
                <?php endwhile; ?>
            <?php endif; ?>
        </div>
        </div>
    </div>
    <?php
    wp_reset_postdata();
    return ob_get_clean();
}

add_shortcode('testimonial-code', 'testimonialLoop');
/* Channel tabs inline */
/* Move main container up */
.layers-3iHuyZ.layers-3q14ss {margin-top: -50px}

/* Move main section (that isn't the server list siderbar) down */
.base-3dtUhz {margin-top: 45px}

/* Container div (includes settings menu button */
#channelTabs-container {margin-left: 62px}

/* Actual tab container div */
.channelTabs-tabContainer {
    min-height: calc(var(--channelTabs-tabHeight) + 10px) !important;
    background-color: var(--background-tertiary) !important
}

/* Resize tab */
.channelTabs-tab {
    margin-top: 4px !important;
    height: calc(var(--channelTabs-tabHeight) - 12px) !important;
    font-size: calc(var(--channelTabs-tabTextSize) - 2px) !important;
    background-color: var(--background-tertiary) !important
}

/* Colour of selected tab */
.channelTabs-tab.channelTabs-selected {background: var(--background-secondary) !important}

/* Colour of close tab button */
.channelTabs-closeTab {background: var(--interactive-muted) !important}

/* Hide tab favicons */
.channelTabs-tabIcon {display: none !important}

/* Format tab title text */
.channelTabs-tabName {
    margin-left: 10px !important; /* Account for hiding of icon */
    line-height: 20px; /* Vertically center text */
}

/* Show settings page above tabs - settings is an overlay so cant switch between tabs while it is open */
.standardSidebarView-3F1I7i {z-index: 1001}

/* End channel tabs inline */

/* Hide Nitro tab */
#private-channels [href="/store"] {display: none}
/* Hide Nitro gift button */
.buttons-3JBrkn > button {display: none}
/* Hide Gif button */
.buttons-3JBrkn > div:nth-child(3) {display: none}
/* Hide stickers button */
.stickerButton-3OEgwj {display: none}
}
@media(min-width:73em){ 
.widget.skin66 li.widgetItem a{
border-left:2px solid rgba(244, 235, 219, 1);
padding: 0.25em 0.5em;
display: block;
}
.widget.skin66 li.widgetItem a:hover,
.widget.skin66 li.widgetItem a:focus,
.widget.skin66 li.widgetItem a:active{
border-left:2px solid rgba(203, 160, 82, 1);
app.get('/', (req, res) => {
  const shop =  process.env.SHOP_URL; // Replace with your Shopify store name

  if (!accessToken) {
    return res.status(403).send('Access token not available.');
  }

  const graphqlEndpoint = `https://${shop}/admin/api/2021-10/graphql.json`; // Update the API version if needed
  const graphqlQuery = `
  mutation {
    productUpdate(input: {id: "gid://shopify/Product/8141623329016", title: "TEST NAME 2025"}) {
      product {
        id
      }
    }
  }
  
  
  `;

  const graphqlRequest = {
    uri: graphqlEndpoint,
    method: 'POST',
    headers: {
      'X-Shopify-Access-Token': accessToken,
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({ query: graphqlQuery }),
  };

  request(graphqlRequest, (error, response, body) => {
    if (!error && response.statusCode === 200) {
      const responseData = JSON.parse(body);
      console.log('GraphQL Response:', responseData.data);
      res.send('Data from Shopify: ' + JSON.stringify(responseData.data)); // Send the data to the client
    } else {
      console.error('Error making GraphQL request:', error);
      res.status(500).send('Error fetching data from Shopify');
    }
  });
});
app.get('/auth/shopify/callback', (req, res) => { // --> the user is redirected back to your app from the Shopify authorization page
  const code = req.query.code;
  const hmac = req.query.hmac;
  const state = req.query.state;
  const shop = req.query.shop;

  // Verify that the state value matches the one you generated and stored
  if (state !== storedState) {
    return res.status(403).send('State mismatch. Potential CSRF attack.');
  }

  // Exchange the authorization code for an access token.
  const accessTokenRequest = {
    uri: `https://${shop}/admin/oauth/access_token`,
    method: 'POST',
    form: {
      client_id: process.env.CLIENT_ID,
      client_secret: process.env.CLIENT_SECRET,
      code: code,
    },
    json: true,
  };

  request(accessTokenRequest, (error, response, body) => {
    if (!error && response.statusCode === 200) {
      accessToken = body.access_token;

      // Step 5: The Store & Call - Store the access token securely and use it to make Shopify API requests.
      console.log(`Access Token: ${accessToken}`);
    } else {
      console.error('Error getting access token:', error);
    }
  });
});
function generatePermissionUrl(clientId, redirectUri, scope) {
  const shopUrl = `https://${process.env.SHOP_URL}`;
  const authPath = '/admin/oauth/authorize';
  const state = generateRandomState(); // Generate a random state value
  storedState = state; // Store the state value securely
  const queryParams = `client_id=${clientId}&redirect_uri=${encodeURIComponent(redirectUri)}&response_type=code&scope=${scope}&state=${state}`;
  const permissionUrl = `${shopUrl}${authPath}?${queryParams}`;
  return { permissionUrl, state };
}

app.get('/install', (req, res) => {
  const clientId = process.env.CLIENT_ID;
  const redirectUri = 'http://localhost:3000/auth/shopify/callback';
  const scope = 'write_script_tags write_themes';

  const { permissionUrl, state } = generatePermissionUrl(clientId, redirectUri, scope);

  res.redirect(permissionUrl);
});
https://mystore.myshopify.com/admin/oauth/authorize?client_id=fe0710b263922ec2a5 ec206dbd8cf7ac&redirect_uri=https%3A%2F%2Fmyapp.com%2Fauth%2Fshopify%2Fcallback& response_type=code&scope=write_script_tags%2Cwrite_themes&state=24abdb4a773b68d5 9d0e6b95355b4eceb2d9af80e12209fb
public class Car {
	
	String model;
	String color;
	int speed;
	
//Default Constructor
	
	public Car() {
		model = "Toyota";
		color = "black";
		speed = 40;
	}
	
	public Car(String newModel, String newColor, int newSpeed) {
		model= newModel;
		color = newColor;
		speed = newSpeed;
	} 
	
	public void increaseSpeed(int newSpeed) {
		speed = speed + newSpeed;
	}
	
	public void decreaseSpeed(int newSpeed) {
		speed = speed - newSpeed;
	}
	
//Test programming
	public static void main(String[] args) {
	
//Car 1
		Car c1 = new Car();
		System.out.println("Car 1:");
		System.out.println("\nModel: " + c1.model + "\nColor: " + c1.color + "\nspeed: " + c1.speed);
	
		c1.increaseSpeed(100);
		
		System.out.println("\nCar 1: İncrease speed by (100)");
		System.out.println("New speed: " + c1.speed);
		
		c1.decreaseSpeed(50);
		
		System.out.println("\nCar 1: Decrease speed by (50)");
		System.out.println("New speed: " + c1.speed);
	
//CAR 2
		Car c2 = new Car("Bugati", "Blue", 100);
		
		System.out.println("\n\nCar 2:");
		
		System.out.println("\nModel: " + c2.model + "\nColor: " + c2.color + "\nspeed: " + c2.speed);
	
	
		
        c2.increaseSpeed(90);
		
		System.out.println("\nCar 2: İncrease speed by (90)");
		System.out.println("New speed: " + c2.speed);
		
		c2.decreaseSpeed(40);
		
		System.out.println("\nCar 2: Decrease speed by (40)");
		System.out.println("New speed: " + c2.speed);
	
	
	}

}
//OUTPUT:
Car 1:

Model: Toyota
Color: black
speed: 40

Car 1: İncrease speed by (100)
New speed: 140

Car 1: Decrease speed by (50)
New speed: 90


Car 2:

Model: Bugati
Color: Blue
speed: 100

Car 2: İncrease speed by (90)
New speed: 190

Car 2: Decrease speed by (40)
New speed: 150



///.                     BANK ACCOUNT CALSSES AND ABOJECTS.


import java.util.Scanner;

public class BankAccount {
	
	String owner;
	double balance;
	int aType;
	
	public BankAccount() {
		owner = "Mohamed";
		balance = 1500;
		aType = 1;
		
	}
	public BankAccount(String newOwner, double newBalance, int newAType ) {
		owner = newOwner;
		balance = newBalance;
		aType = newAType;
	}
		
	public void addMoney(double newBalance) {
		balance = balance + newBalance;
	}
	
	public void takeMoney(double newBalance) {
		balance = balance - newBalance;
	}
	
	public static void main (String[] arg) {
	
		BankAccount c1 = new BankAccount();
		
		System.out.println("Costumer 1:");
		System.out.println("\nOwner: " +c1.owner + "\nBalance: " + c1.balance + "\naType: " + c1.aType);
		
		c1.addMoney(1500);
		System.out.println("\nAdd Blance by (1500)");
		System.out.println("\nNew Balance :" + c1.balance);
		
		c1.takeMoney(2500);
		System.out.println("\nRemove Blance by (2500)");
		System.out.println("\nNew Balance :" + c1.balance);
		
		Scanner scanner = new Scanner(System.in);
		
		System.out.println("\nEnter Costumer 2 information: ");
		System.out.println("Enter Name of Owner : ");
		String owner = scanner.next();
		
		System.out.println("Enter balance: ");
		double balance = scanner.nextDouble();
		
		System.out.println("Enter AType Account: ");
		int aType = scanner.nextInt();
		
		BankAccount c2 = new BankAccount(owner, balance, aType);
		
		System.out.println("\n\nCostumer 2:");
		System.out.println("\nOwner: " +c2.owner + "\nBalance: " + c2.balance + "\naType: " + c2.aType);
		
		c2.addMoney(3000);
		System.out.println("\nAdd Blance by (3000)");
		System.out.println("\nNew Balance :" + c2.balance);
		
		c2.takeMoney(5000);
		System.out.println("\nRemove Blance by (5000)");
		System.out.println("\nNew Balance :" + c2.balance);
		
		scanner.close();
	}
}
//OUTPUT: 
Costumer 1:

Owner: Mohamed
Balance: 1500.0
aType: 1

Add Blance by (1500)

New Balance :3000.0

Remove Blance by (2500)

New Balance :500.0

Enter Costumer 2 information: 
Enter Name of Owner : 
NAJMA
Enter balance: 
8000
Enter AType Account: 
2


Costumer 2:

Owner: NAJMA
Balance: 8000.0
aType: 2

Add Blance by (3000)

New Balance :11000.0

Remove Blance by (5000)

New Balance :6000.0

/**
 * Calculates the sale price of a value at a given discount.
 * The sale price is formatted as US dollars.
 *
 * @param {number} input The value to discount.
 * @param {number} discount The discount to apply, such as .5 or 50%.
 * @return The sale price formatted as USD.
 * @customfunction
 */
function salePrice(input, discount) {
  let price = input - (input * discount);
  let dollarUS = Intl.NumberFormat("en-US", {
    style: "currency",
    currency: "USD",
});
  return dollarUS.format(price);
}
remote_table = (spark.read
  .format("sqlserver")
  .option("host", "hostName")
  .option("port", "port") # optional, can use default port 1433 if omitted
  .option("user", "username")
  .option("password", "password")
  .option("database", "databaseName")
  .option("dbtable", "schemaName.tableName") # (if schemaName not provided, default to "dbo")
  .load()
)
body:not(.elementor-editor-active) selector.elementor-sticky:not(.elementor-sticky--active) { opacity:0;visibility:hidden;
    height: 0;
    min-height: 0;
}
.elementor-sticky--effects {
   background: #941841!important; 
}
selector.elementor-sticky--effects .elementor-container{
min-height: 80px !important;
}
selector .elementor-container{
    transition: all 2s !important;
}

selector.elementor-sticky--effects .my-img img {
    width: 90px;
}
selector .my-img img {
    transition: 0.4s all;
}
def linear_search(myList, x):
    for i in range(len(myList)):
        if myList[i] == x:
            return i
    return -1


myList = [1,3,4,6,7,8,10,12,23,45,56,78,99]
x = 7
print(linear_search(myList, x))
<x:Envelope
    xmlns:x="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ws="http://www.nfevargem.com.br/ws.vargem/">
    <x:Header/>
    <x:Body>
        <ws:setInvoice>
            <ws:strJsonInvoice>[
   {
      "im":"002269",
      "NumeroNota":"004009",
      "DataEmissao":"2023-10-30",
      "NomeTomador":"INSTITUTO BRASILEIRO DE CIENCIA E TECNOLOGIA MAHARISHI IBCTM",
      "tipoDocTomador":"J",
      "documentoTomador":"31533629000120",
      "InscricaoEstadualTomador":"",
      "logradouroTomador":"Avenida Nove de Julho",
      "numeroTomador":"5955",
      "complementoTomador":"Loja A1 A15",
      "bairroTomador":"Jardim Paulista",
      "CEPTomador":"01407200",
      "cidadeTomador":"Sao Paulo",
      "ufTomador":"SP",
      "PAISTomador":"BRASIL",
      "emailTomador":"flavia.baptista@yahoo.com.br",
      "logradouroServico":"Estrada das Furnas",
      "numeroServico":"SN",
      "complementoServico":"",
      "bairroServico":"Bairro das Furnas",
      "CEPServico":"37640000",
      "cidadeServico":"Extrema",
      "ufServico":"MG",
      "issRetido":"1",
      "devidoNoLocal":"1",
      "observacao":"-",
      "INSS":"0.00",
      "IRPJ":"0.00",
      "CSLL":"0.00",
      "COFINS":"0.00",
      "PISPASEP":"0.00",
      "PAISServico":"BRASIL",
      "descricao":"FCK 25,0 MPA  BRITA 0\/1 ABAT. 10+-2 = 42,00 m3 x 440,00 = R$ 18.480,00 REM 11631-11632-11634-11635-11638-11640-11643-Estrada das Furnas, S\/N  Bairro das Furnas - Extrema\r\nTAXA DE BOMBA = 1,00 m3 x 2.400,00 = R$ 2.400,00 REM 11631-11632-11634-11635-11638-11640-11643-742 (DIA 20\/10 - 48,00 m3 - BOMBA ESTACIONARIA)\r\nTAXA DE BOMBA = 1,00 tx x 300,00 = R$ 300,00 DIFERENCA DE TAXA REF REMESSA 620 DE 20\/09\/2023\r\nREMESSA  DE MATERIAL R$ 10.590,00\r\nEXECUCAO DE SERVICOS R$ 10.590,00\r\nRETENCAO ISS R$ 211,80 (2.00%)\r\nVENCIMENTOS:\r\n004009 - R$ 20.968,20 - 26\/10\/2023 - CARTEIRA\r\nPredio 2\r\nVENDEDOR: Eliano Alves Martins",
      "atividade":"00702",
      "valor":"21180.00",
      "aliquota":"2.00",
      "deducaoMaterial":"10590.00",
      "descontoCondicional":"0.00",
      "descontoIncondicional":"0.00",
      "valorDeducao":"10590.00",
      "baseCalculo":"10590.00",
      "valorIss":"211.80",
      "valorTotalNota":"21180.00",
      "tipoEnquadramento":"",
      "tipoIss":"M",
      "hashMd5":""
   }
]</ws:strJsonInvoice>
            <ws:strToken>d439eb5be97874d72569582b84ebc8ba</ws:strToken>
        </ws:setInvoice>
    </x:Body>
</x:Envelope>
<?php
$name = "PHPPOT";
$myDoc = <<< EOD I am reading $name
to know all about PHP
EOD;
echo $myDoc;
?>
jQuery( function( $ ) {
	// Add space for Elementor Menu Anchor link
	if ( window.elementorFrontend ) {
		elementorFrontend.hooks.addFilter( 'frontend/handlers/menu_anchor/scroll_top_distance', function( scrollTop ) {
			return scrollTop - 30;
		} );
	}
} );
The plugin has been delisted from the wordpress directory. 

Sites with the plugin installed already should not be affected unless they uninstall the plugin or have some specific security settings.

We have a couple of text expander responses for when this issue comes up.

plugin_instruct; is for the case of if a client needs to reinstate / install a floater after the plugin was removed from their site

plugin_response; is for if the plugin is still installed, but the client is concerned about a warning they recieved. 


************************************************


This is a known issue and the FH engineers are working to fix it. In the mean time, please have the client follow these steps.
1: Add the lightframe API to the footer of the website, this can be done through a plugin such as Insert Headers & Footers or Code Snippets. Or it can be added through the WordPress theme files if plugins aren’t your thing and you understand code better.
This is the API script to add ->  <script src="https://fareharbor.com/embeds/api/v1/?autolightframe=yes"></script> 
If you do not have a floating book button, you may leave off here. If you do, continue to step 2.
2: Find your floating button in whichever footer code plugin we placed it in when integrating. In the button’s code you will see a class such as “fh-button-flat-blue” and note the color listed there.
3: Add the FareHarbor Style sheet to the head of your website using the same plugin that your button code is using.
The FareHarbor Style Sheet script ->  <link rel="stylesheet" href="https://fh-kit.com/buttons/v2/?red=cc0000&orange=ff6000&green=3AB134" type="text/css" media="screen" /> 
4: Where the code for the style sheet says red, orange or green, change one of those to match the color name from your button. This will associate the style sheet with your button and make the button appear again. It might be a different color than normal, but once we get the WP plugin back up and running, it will revert to normal once reinstalled.
import { useState } from "react";
import ReactDOM from "react-dom/client";

function Car() {
  const [car, setCar] = useState({
    brand: "Ford",
    model: "Mustang",
    year: "1964",
    color: "red"
  });

  const updateColor = () => {
    setCar(previousState => {
      return { ...previousState, color: "blue" }
    });
  }

  return (
    <>
      <h1>My {car.brand}</h1>
      <p>
        It is a {car.color} {car.model} from {car.year}.
      </p>
      <button
        type="button"
        onClick={updateColor}
      >Blue</button>
    </>
  )
}

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(<Car />);
#!/bin/python3
print("Hello, World!")
​
var express = require('express');
var Product = require("../models/productSchema");
var router = express.Router();
const multer = require("multer");
const{v4:uuidv4} = require("uuid");
const path = require("path");

var storage = multer.diskStorage({
  destination: (req, file, cb) => {
    cb(null,'public/images/');
  },
  filename: (req, file, cb) => {
    
        console.log("MULTER ENTRY ",file.originalname)
        cb(null,uuidv4() + '_' + Date.now() + path.extname(file.originalname));  
    ////  for only name
    cb(null, file.originalname);  
      ///
  },
});

const fileFilter=  (req, file, cb) => {
      if (file.mimetype == "image/png" || file.mimetype == "image/jpg" || file.mimetype == "image/jpeg") {
          cb(null, true);
      } else {
          cb(null, false);
          return cb(new Error('Only .png, .jpg and .jpeg format allowed!'));
      }
  }
  let upload= multer({ storage,fileFilter});

router.route('/createproduct').post( upload.single("image"),  async (req, res, next) => {
 
    const name= req.body.name;
    const price= req.body.price;
    const discription= req.body.discription;
    const image= req.file.filename;

    const newuserdata ={
      name,price,discription,image
    } 
    const newdata = await new Product(newuserdata);
    newdata.save()
            .then(()=>{
              res.status(201).json({
                status:"success",
                newdata:newdata 
              })
            })
              .catch ((error)=>{
                res.json({error})
              });
});



/////////////////////////////

post array in image


    const uploadFoodImage = async (req, res, next) => {
        try {
          const filenames = req.files.map((file) => file.filename);
      
          const newdata = await FoodImage.create({ images: filenames });
          newdata.save()
            .then(() => {
              res.status(201).json({
                status: "success",
                newdata: newdata,
              });
            })
            .catch((error) => {
              res.status(500).json({ error: error.message });
            });
        } catch (error) {
          res.status(500).json({ error: error.message });
        }
      };
///////////////////////////////////////////////////////////

//get data

  router.route('/getproduct') .get( async (req, res) => {
    try {
      const newdata = await Product.find(req.body);
      
      res.status(200).json({
        status:"success",
        newdata
      })
    } catch (error) {
      res.json({
        error
      }) 
    }
      
    });




    //get single data

   
    router.get('/getproduct/:id', async(req, res) => {
      try {
        const data = await Product.findById(req.params.id);
        
        res.status(200).json({
          status:"success",
          data
        })
        
      } catch (error) {
        res.json({
          error
        })
      }     
      });

      //update product

router.route('/getproduct/:id').patch( upload.single("image"),  async (req, res, next) => {      
            const _id=  req.params.id;
        
        if(req.file){
          var productdata={
            name:req.body.name,
            price:req.body.price,
            discription:req.body.discription,
            image:req.file.filename
          }}
        else{
          var productdata={
            name:req.body.name,
            price:req.body.price,
            discription:req.body.discription,
          }}
  
        const data = await Product.findByIdAndUpdate(_id,productdata);
          data.save()
          .then(()=>{
            console.log("ajay");
            res.status(201).json({
              status:"success",
              data:data
            })
          })
            .catch ((error)=>{
              res.json({
                error: error.message 
              })
            });
        });
////////////////////////////////
for array in set image

  const updateImage = async (req, res) => {
        const _id = req.params.id; 
        const imageIndex = req.params.index; 
      
        try {
          const existingData = await FoodImage.findById(_id);
      
          if (!existingData) {
            return res.status(404).json({
              status: "error",
              message: "Image not found",
            });
          }
                if (imageIndex < 0 || imageIndex >= existingData.images.length) {
            return res.status(400).json({
              status: "error",
              message: "Invalid image index",
            });
          }
      
          if (req.file) {
            const newImageFilename = req.file.filename;
            existingData.images[imageIndex] = newImageFilename; 
          }
      
          await existingData.save();
      
          res.status(200).json({
            status: "success",
            data: existingData,
          });
        } catch (error) {
          res.status(500).json({
            status: "error",
            error: error.message,
          });
        }
      };

////////////////////////////////////


        
      //delete product

      router.delete("/deleteproduct/:id",async(req,res)=>{
        try {
          const _id = req.params.id;
          const singledata = await Product.findByIdAndDelete(_id);
          res.send(singledata);
          
        } catch (error) {
          res.status(500).send(error);
        }
      });

 module.exports = router;




//////////////////////////////////////////////////////////




import React,{useState} from 'react'
import './admin.css';
import axios from "axios";
import { useNavigate } from 'react-router';
const Addproduct = () => {

  const [user,setuser]=useState({
    name:"",
    price:"",
    discription:"",
    image:""
  });
  const navigate = useNavigate("");
  const handelchange =(e)=>{
    setuser({...user,[e.target.name]:e.target.value})}
const handelimage =(e)=>{
  setuser({...user,image:e.target.files[0]});}

  const submit = async (e) =>{
     e.preventDefault();
 const formdata = new FormData();
   
    formdata.append("name", user.name);
    formdata.append("price", user.price); 
    formdata.append("discription", user.discription);
    formdata.append('image', user.image);
  
    console.log("formdata",formdata);
  
await axios.post("http:///127.0.0.1:5000/adproduct/createproduct",
        formdata)

    .then( (response) => { 
      console.log(response,"response");
        navigate("/viewproduct");     
       //do something awesome that makes the world a better place
    }).catch(function (error) {
      // handle error
      console.log(error);
    })
  };  

  return (
    <>
    <div className='addp'>
      <div className="card card-primary">
        <div className="card-header">
          <h3 className="card-title">Add product</h3>
        </div>
        <form  enctype="multipart/form-data">
          <div className="card-body">
            <div className="form-group">
              <label htmlFor="exampleInputEmail1">product name</label>
              <input type="text" className="form-control" id="exampleInputEmail1" name='name' value={user.name} onChange={handelchange}/>
            </div>
            <div className="form-group">
              <label htmlFor="exampleInputPassword1">product price</label>
              <input type="text" className="form-control" id="exampleInputPassword1" name='price'  value={user.price} onChange={handelchange}/>
            </div>
            <div className="form-group">
              <label htmlFor="exampleInputPassword1">image</label>
              <input type="file" className="form-control" id="exampleInputPassword1" multiple accept=".png, .jpg, .jpeg" name='image'  onChange={handelimage}/>
            </div> 
            <div className="form-group">
              <label htmlFor="exampleInputPassword1">discription</label>
              <input type="text" className="form-control" id="exampleInputPassword1"  name='discription' value={user.discription} onChange={handelchange}/>
            </div>
          </div>
          <div className="card-footer">
            <button type="button" className="btn btn-primary" onClick={submit}>Submit</button>
          </div>  
        </form>
      </div>
    </div>
    </>
    
  )
}

export default Addproduct;


app.use('/public/images',express.static(path.join(__dirname, 'public/images')));
Solver choices¶
Don’t use SVC(kernel='linear'), use LinearSVC

For n_features >> n_samples: Lars (or LassoLars) instead of Lasso.

For small n_samples ( < 10.000?), don’t worry.

LinearSVC, LogisticRegression: dual=False if n_samples >> n_features

LogisticRegression(solver="sag") for n_samples large.

Stochastic Gradient Descent for n_samples really large
gitlab-runner <runner command and options...>
n = str(input('type string'))
y = n[::-1] 
if y.lower() == n.lower():
    print('yippee')
else:
    print('n')
Type Cartera
	NombreCliente As String
	FechaIngreso As Date
	ValorDeuda As Double
End Type

Sub EjercicioCartera()
	Dim Cliente(1 To 5) As Cartera

	Dim ClienteDeudaMayor As String
	Dim ValorClienteDeudaMayor As Double
	Dim SumaDeuda As Double

	ValorClienteDeudaMayor = 0
	SumaDeuda = 0

	For i = 1 To 5
		Cliente(i).NombreCliente = InputBox("Ingrese nombre cliente")
		Cliente(i).FechaIngreso = InputBox("Ingrese la fecha de ingreso para el cliente " & Cliente(i).NombreCliente)
		Cliente(i).ValorDeuda = InputBox("Ingrese el valor de deuda para el cliente " & Cliente(i).NombreCliente)
	Next i
    
	For i = 1 To 5
		If ValorClienteDeudaMayor < Cliente(i).ValorDeuda Then
			ValorClienteDeudaMayor = Cliente(i).ValorDeuda
			ClienteDeudaMayor = Cliente(i).NombreCliente
		End If
		SumaDeuda = SumaDeuda + Cliente(i).ValorDeuda
	Next i    

	MsgBox "El cliente con deuda mayor es " & ClienteDeudaMayor & " por el valor de: " & ValorClienteDeudaMayor
	MsgBox "La suma de las deudas es de: " & SumaDeuda & vbNewLine & _
		"Y el promedio de las deudas es de: " & SumaDeuda/5
End Sub
let formData = new FormData();

            fileList.forEach((file) => {
                formData.append("files", file.raw);
            });
# -*- coding: utf8 -*-
import json
import time
import platform
from aliyunsdkcore.acs_exception.exceptions import ClientException
from aliyunsdkcore.acs_exception.exceptions import ServerException
from aliyunsdkcore.client import AcsClient
from aliyunsdkcore.request import CommonRequest
def fileTrans(akId, akSecret, appKey, fileLink) :

    # The constant parameters, such as the region ID. Do not modify their values.
    REGION_ID = "ap-southeast-1"
    PRODUCT = "nls-filetrans"
    DOMAIN = "filetrans.ap-southeast-1.aliyuncs.com"
    API_VERSION = "2019-08-23"
    POST_REQUEST_ACTION = "SubmitTask"
    GET_REQUEST_ACTION = "GetTaskResult"
    # The request parameters.
    KEY_APP_KEY = "appkey"
    KEY_FILE_LINK = "file_link"
    KEY_VERSION = "version"
    KEY_ENABLE_WORDS = "enable_words"
    # The parameter that specifies whether to enable automatic track splitting.
    KEY_AUTO_SPLIT = "auto_split"
    # The response parameters.
    KEY_TASK = "Task"
    KEY_TASK_ID = "TaskId"
    KEY_STATUS_TEXT = "StatusText"
    KEY_RESULT = "Result"
    # The status values.
    STATUS_SUCCESS = "SUCCESS"
    STATUS_RUNNING = "RUNNING"
    STATUS_QUEUEING = "QUEUEING"
    # Create an AcsClient instance.
    client = AcsClient(akId, akSecret, REGION_ID)
    # Create and send a recording file recognition request.
    postRequest = CommonRequest()
    postRequest.set_domain(DOMAIN)
    postRequest.set_version(API_VERSION)
    postRequest.set_product(PRODUCT)
    postRequest.set_action_name(POST_REQUEST_ACTION)
    postRequest.set_method('POST')
    # Specify the version of the recording file recognition service. If you are a new user, set this parameter to 4.0. If you use the default version 2.0, comment out this parameter.
    # Specify whether to return the recognition results of words. Default value: False. This parameter takes effect only when the KEY_VERSION parameter is set to 4.0.
    task = {KEY_APP_KEY : appKey, KEY_FILE_LINK : fileLink, KEY_VERSION : "4.0", KEY_ENABLE_WORDS : False}
    # Specify whether to enable automatic track splitting. You can set the KEY_AUTO_SPLIT parameter to True to enable automatic track splitting.
    # task = {KEY_APP_KEY : appKey, KEY_FILE_LINK : fileLink, KEY_VERSION : "4.0", KEY_ENABLE_WORDS : False, KEY_AUTO_SPLIT : True}
    task = json.dumps(task)
    print(task)
    postRequest.add_body_params(KEY_TASK, task)
    taskId = ""
    try :
        postResponse = client.do_action_with_exception(postRequest)
        postResponse = json.loads(postResponse)
        print (postResponse)
        statusText = postResponse[KEY_STATUS_TEXT]
        if statusText == STATUS_SUCCESS :
            print ("The recording file recognition request is successful.")
            taskId = postResponse[KEY_TASK_ID]
        else :
            print ("The recording file recognition request fails.")
            return
    except ServerException as e:
        print (e)
    except ClientException as e:
        print (e)
    # Create a CommonRequest object and specify the task ID.
    getRequest = CommonRequest()
    getRequest.set_domain(DOMAIN)
    getRequest.set_version(API_VERSION)
    getRequest.set_product(PRODUCT)
    getRequest.set_action_name(GET_REQUEST_ACTION)
    getRequest.set_method('GET')
    getRequest.add_query_param(KEY_TASK_ID, taskId)
    # Send the query request for the recording file recognition result.
    # Poll the recognition result until the status message that the server returns is SUCCESS, SUCCESS_WITH_NO_VALID_FRAGMENT,
    # or an error message.
    statusText = ""
    while True :
        try :
            getResponse = client.do_action_with_exception(getRequest)
            getResponse = json.loads(getResponse)
            print (getResponse)
            statusText = getResponse[KEY_STATUS_TEXT]
            if statusText == STATUS_RUNNING or statusText == STATUS_QUEUEING :
                # Continue the polling.
                time.sleep(10)
            else :
                # End the polling.
                break
        except ServerException as e:
            print (e)
        except ClientException as e:
            print (e)
    if statusText == STATUS_SUCCESS :
        print ("The recording file is recognized.")
    else :
        print ("Failed to recognize the recording file.")
    return
accessKeyId = "LTAI5tSYBgutQ5scVV9ThEnT"
accessKeySecret = "TpwECBJcTo6HGxNMLo8dw5E1Xzuldp"
appKey = "9JNDBagBFnwY2C9r"
fileLink = "https://www.360converter.com/transcript/playAudio?fileIdStr=64e053ce66d05a73f4bd5696"
# Start the recording file recognition task.
fileTrans(accessKeyId, accessKeySecret, appKey, fileLink)
<style>
    .goog-logo-link {
      display: none !important;
    }
    .goog-te-gadget {
      color: transparent !important;
    }
  </style>
<article class="container">
  <span>First</span>
  <span>Second</span>
  <span>Third</span>
</article>

<article class="container">
  <span>First</span>
  <span>Second</span>
  <span>Third</span>
</article>

<div>
  <label for="display">Choose a display value:</label>
  <select id="display">
    <option selected>block</option>
    <option>inline</option>
    <option>inline-block</option>
    <option>none</option>
    <option>flex</option>
    <option>inline-flex</option>
    <option>grid</option>
    <option>inline-grid</option>
    <option>table</option>
    <option>list-item</option>
  </select>
</div>
/* Write a program in C++ to display such a pattern for n number of rows using numbers. There will be odd numbers in each row. The first and last number of each row will be 1 and the middle column will be the row number. N numbers of columns will appear in the 1st row.
Sample Output:
 Input number of rows: 7                                                                                      
     1234567654321                                                                                            
      12345654321                                                                                             
       123454321                                                                                              
        1234321                                                                                               
         12321                                                                                                
          121                                                                                                 
           1             */

#include<iostream>
#include<iomanip>
using namespace std;
int main(){
    int num;
    cout<<"enter the number of rows:"<<endl;
    cin>>num;
    for(int r=1;r<=num;r++){
        
        for(int s=0;s<=r-1;s++){
            cout<<' ';
        }
            
        for(int c1=1;c1<num;c1++){
            cout<<c1;
        }
        
        for(int c2=num;c2>=1;c2--){
            cout<<c2;
        }
        
        cout<<endl;
        num=num-1;
    }
    
    
    
    
    
    return 0;
}
    
Sub EnviarMensajesMasivos()
    Dim rng As Range
    Dim cell As Range
    Dim mensaje As String
    
    ' Rango de celdas que contiene los números de teléfono
    Set rng = Range("A1:A10")
    
    ' Mensaje que deseas enviar
    mensaje = "¡Hola! Este es un mensaje masivo desde Excel."
    
    ' Recorre cada celda en el rango y envía el mensaje a través de WhatsApp
    For Each cell In rng
        ' Verifica que la celda no esté vacía
        If Not IsEmpty(cell) Then
            ' Envía el mensaje a través de WhatsApp
            Shell "C:\ruta\hacia\WhatsApp.exe" & " send " & cell.Value & " -m """ & mensaje & """", vbNormalFocus
            ' Espera unos segundos antes de enviar el siguiente mensaje
            Application.Wait Now + TimeValue("00:00:02")
        End If
    Next cell
End Sub
SELECT SubscriberKey, EmailAddress,Consent_Level_Summary__c, Job_Role__c, Region
FROM EP_Standard_Seedlist


<script type="text/javascript">
function formatar_mascara(src, mascara) {
var campo = src.value.replace(/\D/g, '');
var saida = mascara.substring(0, 1);
var texto = mascara.substring(campo.length);
if (texto.substring(0, 1) !== saida) {
src.value += texto.substring(0, 1);
}
}
</script>
<p>CPF: <input type="text" maxlength="14" name="cpf" style="width: 100px" value="<?php echo htmlspecialchars($cpf, ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, "ISO-8859-1"); ?>" oninput="formatar_mascara(this, '###.###.###-##')" autofocus></p>
vector_to_code <- function(vec, vec_name) {
  if (is.character(vec)) {
    paste0(vec_name, " <- c('", paste0(vec, collapse = "', '"), "')")
  } else {
    paste0(vec_name, " <- c(", paste0(vec, collapse = ", "), ")")
  }
}

# example
a <- c(1, 2, 3)
vector_to_code(a, "a_new")
b <- c("a", "b", "c")
vector_to_code(b, "b_new")
Crypto Trading Bots have the potential for substantial profits, But can crypto trading bots turn you and make you into a crypto millionaire? These trading bots automate trading, execute 24/7 eradicate emotional biases, and analyze data effectively, rendering risk management and diversification. While they provide benefits, attaining crypto millionaire status relies on market understanding, a solid technique, and adaptation. For those who are interested in developing a custom crypto trading bot, a professional Crypto trading bot development company are available to assist in pursuing trading ambitions.
MouseWheel Smooth Scroll

https://he.wordpress.org/plugins/mousewheel-smooth-scroll/


הגדרות 
#include<iostream>
#include<iomanip>
#include<cmath>
using namespace std;
int main(){
    int a1,d,n,sum;
    char opt;
         
    cout<<"press 'e' for exit and 'c' for continue:"<<endl;
    cin>>opt;
    if(opt !='e' || opt != 'c' ){cout<<"invalid option: "<<endl; }
    else{
     while(opt != 'e' && opt == 'c'){ 
    cout<<"enter the starting number:"<<endl;
    cin>>a1;
    cout<<"enter the common difference:"<<endl;
    cin>>d;
    cout<<"enter the number of terms in the series:"<<endl;
    cin>>n;
    
    sum = (n*2*a1+n*d*(n-1))/2;
    
    cout<<sum<<endl;
    }
    }
    
    
    
    
    
}
#include<stdio.h>
int main()
{
    int count=0;
    while(count<=10){
        printf("%d",count);
        printf("   ");
        count++;
    }
    
}
    <?php 
$terms = wp_get_object_terms($post->ID, 'journal_year', array('orderby' => 'term_id', 'order' => 'ASC') );
    if ( !empty( $terms ) ) :
    $project = array();
    foreach ( $terms as $term ) {
        $project[] = $term->name;
}
    echo '<span>'.$project[0].'</span>';
    // echo '<h2>'.$project[1].'</h2>';
    endif;
    ?>
    </h3>
public class lab30 implements Runnable
{
public void run()
{
for(int i=0;i<5;i++)
{
try
{
Thread.sleep(500);
System.out.println(i);
}
catch(InterruptedException e)
{
System.out.println(e);
}
}
}
public static void main(String[] args)
{
lab30 obj=new lab30();
Thread obj2= new Thread();
obj2.start();
}
}
#include<stdio.h>
int main()
{
    int sales,salary;
    while(sales!=1){
        printf("enter sales of worker\n");
        scanf("%d",&sales);
        salary=200+sales*9/100;
        printf("salary is %d\n",salary);
    }
}
import java.util.*;
class NegativeAmountException extends RuntimeException
{
String msg;
NegativeAmountException(String msg)
{
super(msg);
}
}
public class lab28
{
public static void main(String args[])
{
Scanner sc=new Scanner(System.in);
System.out.println("enter the amount:");
int amt=sc.nextInt();
if(amt<0)
{
throw new NegativeAmountException("INVALID AMOUNT......");
}
else 
{
System.out.println("amount deposited.....");
}
}
}


import java.io.*;
class A
{
void display()throws InterruptedException
{
System.out.println("black");
}
}
class B extends A
{
void display()throws InterruptedException
{
Thread.sleep(1000);
System.out.println("white");
}
public static void main(String[] args)
{
A a=new B();
try
{
a.display();
}
catch(InterruptedException e)
{}
}
}



class lab29
{
public static void doStuff()throws InterruptedException
{
doMoreStuff();
}
public static void doMoreStuff() throws InterruptedException
{
Thread.sleep(1000);
System.out.println("checked exception handeled using throws keyword");
}
public static void main(String args[])throws InterruptedException
{
doStuff();
}
}
public class lab27
{
public static void main(String[] args)
{
try
{
int arr[]=new int[-6];
}
catch(NegativeArraySizeException e)
{
System.out.println("exception 1;"+e);
}
finally
{
System.out.println("the try catch is finished");
}
}
}
star

Wed Nov 01 2023 05:43:40 GMT+0000 (Coordinated Universal Time)

@Ash1920

star

Wed Nov 01 2023 04:10:16 GMT+0000 (Coordinated Universal Time)

@jin_mori

star

Wed Nov 01 2023 03:05:25 GMT+0000 (Coordinated Universal Time) https://python.langchain.com/docs/integrations/retrievers/zep_memorystore

@wesley7137 #text

star

Wed Nov 01 2023 02:55:07 GMT+0000 (Coordinated Universal Time) https://corp-f.staging.contournetwork.io/ui/login

@chhao33

star

Wed Nov 01 2023 00:19:17 GMT+0000 (Coordinated Universal Time)

@hamzakhan123

star

Tue Oct 31 2023 21:49:15 GMT+0000 (Coordinated Universal Time) https://github.com/xjxckk/discord-tweaks

@cdy94

star

Tue Oct 31 2023 18:03:52 GMT+0000 (Coordinated Universal Time) https://www.north-wilkesboro.com/DesignCenter/Themes/Index

@Cody_Gant

star

Tue Oct 31 2023 18:02:48 GMT+0000 (Coordinated Universal Time)

@devendercodepro

star

Tue Oct 31 2023 18:02:31 GMT+0000 (Coordinated Universal Time)

@devendercodepro

star

Tue Oct 31 2023 18:01:44 GMT+0000 (Coordinated Universal Time)

@devendercodepro

star

Tue Oct 31 2023 18:00:02 GMT+0000 (Coordinated Universal Time)

@devendercodepro

star

Tue Oct 31 2023 17:56:12 GMT+0000 (Coordinated Universal Time)

@Mohamedshariif #java

star

Tue Oct 31 2023 15:51:00 GMT+0000 (Coordinated Universal Time) https://developers.google.com/apps-script/quickstart/custom-functions

@Spsypg #javascript

star

Tue Oct 31 2023 14:50:20 GMT+0000 (Coordinated Universal Time) https://learn.microsoft.com/en-us/azure/databricks/external-data/sql-server

@knguyencookie

star

Tue Oct 31 2023 13:22:00 GMT+0000 (Coordinated Universal Time)

@odesign

star

Tue Oct 31 2023 13:04:54 GMT+0000 (Coordinated Universal Time)

@odesign

star

Tue Oct 31 2023 12:23:20 GMT+0000 (Coordinated Universal Time) https://www.programiz.com/python-programming/online-compiler/

@bobomurod01

star

Tue Oct 31 2023 11:47:29 GMT+0000 (Coordinated Universal Time)

@hallancma #apex #javascript

star

Tue Oct 31 2023 11:09:46 GMT+0000 (Coordinated Universal Time) https://phppot.com/php/variable-interpolation-in-php/

@hirsch

star

Tue Oct 31 2023 10:45:29 GMT+0000 (Coordinated Universal Time)

@fostira #wordpress #elementor

star

Tue Oct 31 2023 10:08:55 GMT+0000 (Coordinated Universal Time)

@Shira

star

Tue Oct 31 2023 09:27:32 GMT+0000 (Coordinated Universal Time) https://www.w3schools.com/react/react_usestate.asp

@vartika #react.js #usestate #object #update

star

Tue Oct 31 2023 08:50:20 GMT+0000 (Coordinated Universal Time) https://www.w3schools.com/python/trypython.asp?filename

@sitesurfer #undefined

star

Tue Oct 31 2023 08:39:04 GMT+0000 (Coordinated Universal Time)

@Ajay1212

star

Tue Oct 31 2023 07:44:01 GMT+0000 (Coordinated Universal Time) https://amueller.github.io/aml/02-supervised-learning/06-linear-models-classification.html

@elham469

star

Tue Oct 31 2023 07:28:33 GMT+0000 (Coordinated Universal Time) https://docs.gitlab.com/runner/install/docker.html

@J4251

star

Tue Oct 31 2023 07:08:07 GMT+0000 (Coordinated Universal Time)

@piza

star

Tue Oct 31 2023 05:49:46 GMT+0000 (Coordinated Universal Time)

@john

star

Tue Oct 31 2023 02:09:14 GMT+0000 (Coordinated Universal Time)

@kiroy

star

Tue Oct 31 2023 01:50:47 GMT+0000 (Coordinated Universal Time)

@malzzz

star

Tue Oct 31 2023 00:03:35 GMT+0000 (Coordinated Universal Time)

@pastor

star

Mon Oct 30 2023 23:08:15 GMT+0000 (Coordinated Universal Time) https://developer.mozilla.org/en-US/docs/Web/CSS/display

@jos1738

star

Mon Oct 30 2023 20:48:35 GMT+0000 (Coordinated Universal Time) https://yoast.com/help/list-available-snippet-variables-yoast-seo/#custom-variables:~:text=%25%25cf_%3Ccustom%2Dfield%2Dname%3E%25%25

@Shesek

star

Mon Oct 30 2023 17:24:58 GMT+0000 (Coordinated Universal Time)

@yolobotoffender

star

Mon Oct 30 2023 17:15:53 GMT+0000 (Coordinated Universal Time) https://you.com/search?q

@john

star

Mon Oct 30 2023 16:51:11 GMT+0000 (Coordinated Universal Time)

@shirnunn

star

Mon Oct 30 2023 15:57:10 GMT+0000 (Coordinated Universal Time) https://www.facebook.com/

@nielsonsantana

star

Mon Oct 30 2023 13:05:04 GMT+0000 (Coordinated Universal Time)

@vs #r

star

Mon Oct 30 2023 12:57:43 GMT+0000 (Coordinated Universal Time) https://www.beleaftechnologies.com/binance-clone-script-development Contact details

@lenaya

star

Mon Oct 30 2023 11:56:20 GMT+0000 (Coordinated Universal Time) https://maticz.com/crypto-trading-bot-development

@jamielucas #drupal

star

Mon Oct 30 2023 11:40:00 GMT+0000 (Coordinated Universal Time)

@odesign

star

Mon Oct 30 2023 11:35:21 GMT+0000 (Coordinated Universal Time)

@yolobotoffender

star

Mon Oct 30 2023 10:47:51 GMT+0000 (Coordinated Universal Time)

@usman_hamed

star

Mon Oct 30 2023 10:16:46 GMT+0000 (Coordinated Universal Time)

@viinod07

star

Mon Oct 30 2023 10:02:20 GMT+0000 (Coordinated Universal Time)

@usman_hamed

star

Mon Oct 30 2023 09:52:55 GMT+0000 (Coordinated Universal Time)

@viinod07

star

Mon Oct 30 2023 09:39:05 GMT+0000 (Coordinated Universal Time)

@viinod07

star

Mon Oct 30 2023 09:35:51 GMT+0000 (Coordinated Universal Time)

@viinod07

star

Mon Oct 30 2023 09:08:27 GMT+0000 (Coordinated Universal Time)

@viinod07

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension