void main() { Car c1 = new Car('E1001'); } class Car { String engine; Car(String engine) { this.engine = engine; print("The engine is : ${engine}
I want to get Tweets in this way: tweepy.Cursor(api.search_tweets, q=query, geocode=geo).items(limit), unit="tw", total=limit) This goes to the api search twee
I have very simple node js application using express. I have written route as below. app.get("/", (req, res, next) => { res.status(200).json("Application i
I'm trying to rebuild my Android Studio Gradle project (containing mostly Kotlin code), but it started to throw an UnableToDeleteFileException during the cleani
I am trying to convert Spark data frame into delta format using the example code provided by documentation but always getting this strange error. Can you please
i have the following entities class ProductUnitOfMessure @ManyToOne @JoinColumn(name="PRODUCT_ID") private Product product; @ManyToOne @JoinColumn(name="VARIAN
the problem I'm facing is more a matter of logic and algorithm than a specific language functionalities, i'm coding it in lua, but i believe it could be replica