I need to connect to MSSQL database from Django 1.8 and preserve Django 1.8 (not upgrade to newer version od Django). I installed pip install django-mssql . ENG
i am working in a project using laravel live wire i recently got the error 405 method not allowed on live server but working perfectly on local. what might it b
I would like to pass a generic so i can pre-type my returned class. public createVehicle<O extends AbstractVehicle>( type: string ): O { switch (type)
I have a df with a Time column and values at each of these time points that could be looking something like this just much bigger: df <- data.frame("Time" =
I need to implement quicksort algorithm for sorting an array with dynamically allocated memory. And I tried to write the code which work: #include <stdio.h&g
I want to add an entry to the table, created a trigger so that it generates an id. But I get an error. create or replace TRIGGER EMPLOYEE_ON_INSERT BEFORE INS
I have problem with cycle in djano(Maybe I dont understand this).I have cycle in template and it must to output value from database,but Idk how I can create cyc
I have a code that runs everyday and deletes some information from the database. I am trying to test this code using artisan's test functionality and would like
I need to change only one element of an int array in a structure array and "update" it into the folder. Here is my code: This is the structure typedef struct st