Questions tagged [digital-assets]

6 questions
7
votes
2 answers

Should I keep binary assets under TFS? How?

Our product is game-like, and is very rich (~40M - 100M) in binary supporting files - textures, meshes, movies etc. Like kai1968, I'd like to be able to sync-in these assets, and not just code, with a single click. Strictly speaking, however,…
Ofek Shilon
  • 14,734
  • 5
  • 67
  • 101
3
votes
1 answer

How can I work around the 2GB database limit of MS Access (for displaying images)?

ORIGINAL QUESTION (How can I display images from a MySQL database in an Access 2007 form?) I would like to use Access 2007 to interface to a MySQL database and display pictures and other data in a form. I already have an Access 2007 application…
Christopher Bottoms
  • 11,218
  • 8
  • 50
  • 99
1
vote
1 answer

Can date be generated while creating a daml contract

I want to get the system date when the daml contract is created. Is there and way to do that. Example :- module ExampleTemplateModule where template ExampleTemplate with admin: Party todayDate: Date --- In place of this can I use…
1
vote
2 answers

Digital assets and able to transfer those

I need some guidance on how to support having access to digital assets and being able to transfer those between other user on the hyperledger via composer?
0
votes
1 answer

How to compare two lists in daml

compare1:[Int] -> Book Compare1[x] =([x] == [x]) Test1 = scenario do Debug(compare1 [11,12]) What's wrong with the above code why the error daml:44-1-30:Non-exhaustive patterns in function compare1 is appearing?
CgirlS
  • 1
-3
votes
2 answers

Regex to extract one (or more) product numbers at the start of a filename seperated by an _

We have filenames that contain product numbers at the start and based on this we apply processing when adding them to the system i need a regex that should match the following 70707_70708_70709_display1.jpg 70707_Front010.jpg and NOT these…
Pankaj Kumar
  • 1,748
  • 6
  • 28
  • 41